powered by
This dataset contains critical values for some \(n\) and \(\alpha\) for the block procedure.
data(cvModeBlock)
A data frame providing 15 different combinations of \(n\) and \(\alpha\) and the following columns:
alpha
n
block 1 - 9
\(n\) is the number of interior observations, i.e. if you are analyzing a sample of size \(m\), then you need critical values corresponding to
n = m-2
n = m-1
n = m
where \([a,b] = \{x \ : \ f(x) > 0\}\) is the support of \(f\).
For details see modeHunting. Critical values are based on \(M=100'000\) simulations of i.i.d. random vectors
modeHunting
$${\bf{U}} = (U_1,\dots,U_n)$$
where \(U_i\) is a uniformly on \([0,1]\) distributed random variable, \(i=1,\dots,M\).
Rufibach, K. and Walther, G. (2010). A general criterion for multiscale inference. J. Comput. Graph. Statist., 19, 175--190.
## extract critical values for alpha = 0.05, n = 200 data(cvModeBlock) cv <- cvModeBlock[cvModeBlock$alpha == 0.05 & cvModeBlock$n == 200, 3:11] cv
Run the code above in your browser using DataLab