search for: polytopic

Displaying 12 results from an estimated 12 matches for "polytopic".

2005 Dec 13
1
Polytopic Vector Analysis (PVA)
I am curious whether anybody has or is developing this capability within R. I have not found any software yet that has this capability and I am not sure whether it is too new a method and nobody is actually using it, or if there are other means to get the same analysis that I do not know of. Any information regarding developments or use of this method would be helpful. Melanie Edwards
2006 Mar 23
1
PCA, Source analysis and Unmixing, environmental forensics
...components analysis (PCA) and hierarchal cluster analysis. I have also been experimenting with glyph representation, k-means clusters, and similar procedures as documented in MASS. More recently I have been experimenting with Independent Components Analysis (ICA). Another commonly used procedure is polytopic vector analysis (PVA), a procedure for which I have no implementation in R sand so I have not tried it out. My question is can anyone suggest : A) Other procures in R that I may have missed and should investigate B) Your experience and/or hints for using ICA and presenting the results C) An impleme...
2019 Jul 21
6
[RFC] A new multidimensional array indexing intrinsic
...r his PhD also implemented a similar scheme. In his use-case, optimistic run-time checks with delinearization was not possible, so this kind of intrinsic was _necessary_ for the application, not just _good to have_. More details are available in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). In particular, Chapter 9 contains a detailed discussion. # Representations ## Intrinsic ### Syntax ``` <result> = llvm.multidim.array.index.* <ty> <ty>* <ptrval> {<stride>, <...
2008 Feb 28
0
New Package: geozoo. High-Dimensional Geometric Objects
Dear useRs, I'd like to announce a new package called geozoo, short for geometric zoo. It's a compilation of functions to produce high-dimensional geometric objects, including hypercubes and hyperspheres, Boy's surface, the hyper torus and a selection of polytopes. For a complete list, as well as images and movies, visit
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...d a similar scheme. In his use-case, optimistic run-time checks >> with delinearization was not possible, so this kind of intrinsic was _necessary_ >> for the application, not just _good to have_. More details are available >> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). >> In particular, Chapter 9 contains a detailed discussion. >> >> # Representations >> >> ## Intrinsic >> >> ### Syntax >> ``` >> <result> = llvm.mult...
2009 Jan 28
2
constrainOptim
Dear R helpers I have a question regarding the constrainOptim. I'm coding the nested logit and would like to set a bound of rho to (0,1] as an extreme value distribution where rho = exp(lambda)/1+exp(lambda) I wonder if I can do that directly in optim (say rho > 0 & <= 1) or need to use constrainOptim I read the help but still don't know how to set ui and ci Thanks, June
2019 Jul 22
2
[RFC] A new multidimensional array indexing intrinsic
...similar scheme. In his use-case, optimistic run-time checks > with delinearization was not possible, so this kind of intrinsic was _necessary_ > for the application, not just _good to have_. More details are available > in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). > In particular, Chapter 9 contains a detailed discussion. > > # Representations > > ## Intrinsic > > ### Syntax > ``` > <result> = llvm.multidim.array....
2019 Jul 25
0
[RFC] A new multidimensional array indexing intrinsic
...scheme. In his use-case, optimistic run-time checks >>> with delinearization was not possible, so this kind of intrinsic was _necessary_ >>> for the application, not just _good to have_. More details are available >>> in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440).>> In particular, Chapter 9 contains a detailed discussion. >>> >>> # Representations >>> >>> ## Intrinsic >>> >>> ### Syntax >>> ``` >>...
2005 Jul 16
0
FreeBSD Summer of Code Projects Announced
The FreeBSD Project is pleased to announce its participation in the Google "Summer of Code" program designed to introduce students to open source software development. The FreeBSD Project received over 350 applications, amongst which 18 projects have been selected for funding. Unfortunately, due to the limited number of spots available, we were unable to fund many first rate
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
Hi ether, On 12/26/09 13:06, ether zhhb wrote: > hi, > > dose anyone going/planning to add something like > Graphite(http://gcc.gnu.org/wiki/Graphite) in gcc to llvm(or that > should be implement at the level of clang?)? I already looked into implementing something like Graphite for LLVM. However just recently, so I have not released any code yet. As soon as some code is
2019 Jul 22
1
[RFC] A new multidimensional array indexing intrinsic
...se, optimistic run-time checks > > > with delinearization was not possible, so this kind of intrinsic was _necessary_ > > > for the application, not just _good to have_. More details are available > > > in his PhD thesis: [Lattice QCD Optimization and Polytopic Representations of Distributed Memory](https://tel.archives-ouvertes.fr/tel-01078440). > > > In particular, Chapter 9 contains a detailed discussion. > > > > > > # Representations > > > > > > ## Intrinsic > > > > > >...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems