Description Usage Arguments Value Examples
View source: R/critValLookup.R
Lookup pre-simulated critical value of asymptotic distribution of chosen CUSUM detector
1 | critValLookup(gamma = 0, alpha = 0.05, detector = "PageCUSUM")
|
gamma |
tuning parameter |
alpha |
type 1 error |
detector |
character. Type of changepoint detector to use. Choice of
|
numeric.
1 2 3 | critValLookup(gamma=0,
alpha=0.05,
detector='PageCUSUM')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.