Description Usage Arguments Value Examples
Main function of the package.
1 |
df |
Dataframe with columns z,x and y |
l |
Number of bins used to discretize Z |
m |
Number of bins used to discretize X |
n |
Number of bins used to discretize Y |
N |
Number of Repetitions for Nested Sampling |
S |
Number of Starting Points for Nested Sampling |
result object of the test including the fields: nt, valid, invalid, ratio
1 | nps.test(data.frame(x = runif(3), y = runif(3), z = runif(3)),2,2,2, 3, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.