folding.test.bound {Rfolding}R Documentation

Computes the confidence bound for the significance level p

Description

Computes the confidence bound for the significance level p

Usage

folding.test.bound(n, d, p)

Arguments

n

sample size

d

dimension

p

significance level (between 0 and 1, the lower, the more significant)

Value

the confidence bound q (the bounds are 1-q and 1+q)

Examples

n = 2000  	# number of observations
d = 2 	  	# 2 dimensional data
p = 0.05  	# we want the bound at the level 0.05 (classical p-value)
q = folding.test.bound(n,d,p)


[Package Rfolding version 1.0 Index]