Description Usage Arguments Value Examples
Computes the confidence bound for the significance level p
1  | folding.test.bound(n, d, p)
 | 
n | 
 sample size  | 
d | 
 dimension  | 
p | 
 significance level (between 0 and 1, the lower, the more significant)  | 
the confidence bound q (the bounds are 1-q and 1+q)
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.