nps.test: Main function of the package.

Description Usage Arguments Value Examples

Description

Main function of the package.

Usage

1
nps.test(df, l, m, n, N, S)

Arguments

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

Value

result object of the test including the fields: nt, valid, invalid, ratio

Examples

1
nps.test(data.frame(x = runif(3), y = runif(3), z = runif(3)),2,2,2, 3, 3)

npsr documentation built on May 2, 2019, 9:43 a.m.