folding.test.bound: Computes the confidence bound for the significance level p

Description Usage Arguments Value Examples

Description

Computes the confidence bound for the significance level p

Usage

1

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

1
2
3
4
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)

asiffer/Rfolding documentation built on May 6, 2019, 6:57 p.m.