search for: r_exp

Displaying 5 results from an estimated 5 matches for "r_exp".

Did you mean: r_ext
2005 Sep 16
1
corr.test -- use a different null hypothesis
...rgive me if this is a FAQ or stupid, but I failed to find the answer by myself. I want to use corr.test to test for the correlation of two data sets (actually I have a lot of data set and perform pairwise testing). But I wanted to find sets where the correlation is less than a certain limit, i.e. |r_exp| < r_0. As far as I can see corr.test is designed to work only for the null hypothesis r_exp = 0. I would need H0 as |r_exp|>= r_0. Is there any way to specify this null-hypothesis to corr.test ? Any other idea how to test that hypothesis? Regards Hans Georg Krauthaeuser - -- Otto-von-Gueri...
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
...aInst *alloc; varName = get_var_name_c::get_name(symbol->var_name)->value; alloc = locals[varName]; return (void *)alloc; } void *visit(equ_expression_c *symbol) { Value *lValue; Value *rValue; lValue = (Value *)symbol->l_exp->accept(*this); rValue = (Value *)symbol->r_exp->accept(*this); return Builder.CreateICmpEQ (lValue, rValue, "cond"); } Cheers, Manuele
2013 Jan 11
2
[LLVMdev] Make a comparation with IR builder
...[varName]; > > return (void *)alloc; > } > > void *visit(equ_expression_c *symbol) { > Value *lValue; > Value *rValue; > > lValue = (Value *)symbol->l_exp->accept(*this); > rValue = (Value *)symbol->r_exp->accept(*this); > > return Builder.CreateICmpEQ (lValue, rValue, "cond"); > > } > > Cheers, > Manuele > > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs....
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...lue; > alloc = locals[varName]; > > return (void *)alloc; > } > > void *visit(equ_expression_c *symbol) { > Value *lValue; > Value *rValue; > > lValue = (Value *)symbol->l_exp->accept(*this)**; > rValue = (Value *)symbol->r_exp->accept(*this)**; > > return Builder.CreateICmpEQ (lValue, rValue, "cond"); > > } > > Cheers, > Manuele > > > > > ______________________________**_________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://...
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...gt;> >> return (void *)alloc; >> } >> >> void *visit(equ_expression_c *symbol) { >> Value *lValue; >> Value *rValue; >> >> lValue = (Value *)symbol->l_exp->accept(*this); >> rValue = (Value *)symbol->r_exp->accept(*this); >> >> return Builder.CreateICmpEQ (lValue, rValue, "cond"); >> >> } >> >> Cheers, >> Manuele >> >> >> >> >> _______________________________________________ >> LLVM Developers mailing...