powered by
Main function of the package.
nps.test(df, l, m, n, N, S)
Dataframe with columns z,x and y
Number of bins used to discretize Z
Number of bins used to discretize X
Number of bins used to discretize Y
Number of Repetitions for Nested Sampling
Number of Starting Points for Nested Sampling
result object of the test including the fields: nt, valid, invalid, ratio
# NOT RUN { nps.test(data.frame(x = runif(3), y = runif(3), z = runif(3)),2,2,2, 3, 3) # }
Run the code above in your browser using DataLab