search for: wenjing

Displaying 8 results from an estimated 8 matches for "wenjing".

Did you mean: wending
2010 Dec 01
2
parametric estimators for species richness in R
...be done just using function "specpool()" and "estimateR()" in package "vegan". The problem is that I can not found any functions for parametric estimation (such as MMMeans, MMruns, Michaelis-Menten). Do you know any function for doing this? Thanks a lot. Best wishes, Wenjing
2008 Dec 16
2
[LLVMdev] OpenCL Frontend
Awesome, is the development of this being tracked somewhere? And is there a way I can get involved? Timothy On Tue, Dec 16, 2008 at 11:52 AM, Zack Rusin <zack at tungstengraphics.com> wrote: > On Tuesday 16 December 2008 12:21:24 Timothy Baldridge wrote: >> There seems to be some interest these days in OpenCL. However for some >> projects, a issue they face to adopting
2008 Dec 16
0
[LLVMdev] OpenCL Frontend
I'm still not very clear about this "OpenCL" concept. What will your project provide? Does it mean that we can write code in this language, and run it on any multi-core machines? I'm also very interested in this work.
2008 Dec 16
1
[LLVMdev] OpenCL Frontend
Le 16 déc. 08 à 19:23, wenjing ma a écrit : > I'm still not very clear about this "OpenCL" concept. What will your > project provide? Does it mean that we can write code in this > language, and > run it on any multi-core machines? I'm also very interested in this > work. > It's the s...
2010 Aug 27
2
[LLVMdev] how to check whether from basicblock A we can go to basicblock B within the same function?
> Every basic block ends with a terminator instruction that indicates > which basic block or basic blocks it should branch to next. Switch, > invoke, and branch are all terminator instructions. There may be more > that I don't remember. > Why not just use the predecessor and successor iterator? http://llvm.org/docs/ProgrammersManual.html#iterate_preds
2010 Sep 01
0
[LLVMdev] how to check whether from basicblock A we can go to basicblock B within the same function?
On Fri, 27 Aug 2010, Guoliang Jin wrote: > > > Every basic block ends with a terminator instruction that indicates > > which basic block or basic blocks it should branch to next. Switch, > > invoke, and branch are all terminator instructions. There may be more > > that I don't remember. > > > Why not just use the predecessor and successor iterator? >
2009 Jun 14
0
[LLVMdev] Live range of variables
I wonder whether there is any analysis in LLVM that gets the live range of variables. Is it in the optimization passes?
2011 May 23
1
help on permutation/randomization test
Hi, I have two groups of data of different size: group A: x1, x2, ...., x_n; group B: y1, y2, ...., y_m; (m is not equal to n) The two groups are independent but observations within each group are not independent, i.e., x1, x2, ..., x_n are not independent; but x's are independent from y's I wonder if randomization test is still applicable to this case. Does R have any function