search for: questionb

Displaying 2 results from an estimated 2 matches for "questionb".

Did you mean: question
2010 Apr 05
3
A questionb about the Wilcoxon signed rank test
Hi guys,   I have two data sets of prices: endprice0, endprice1   I use the Wilcox test:   wilcox.test(endprice0, endprice1, paired = TRUE, alternative = "two.sided",  conf.int = T, conf.level = 0.9)   The result is with V = 1819, p-value = 0.8812.   Then I calculated the z-value of the test: z-value = -2.661263. The corresponding p-value is: p-value = 0.003892, which is different from
2010 Apr 13
3
Inline Package: void vs return type functions
...the return sentence,,, question A: can I use the -inline- "cfunction" without resorting to the Rcpp functionality? -- if this is true, question A2: do I need to go deep in the source code coming from the library (that I am trying to use) to perform the interface through the Rcpp classes? questionB: is it true that the working with the -inline- function you have to have only void return type code? -- if this is false, questionB2: do you have a simple example of this? Many thanks Sergio Barrios -- View this message in context: http://n4.nabble.com/Inline-Package-void-vs-return-type-function...