Description Usage Arguments Value
Generates required number of samples from the asymptotic limit distribution of the chosen CUSUM detector under the scenario of no change.
1 2 3 4 5 6 7 | limDistGenerator(
detector = "PageCUSUM",
gamma = 0,
samples = 1000,
npts = 500,
progressBar = TRUE
)
|
detector |
character. Type of changepoint detector to use. Choice of
|
gamma |
tuning parameter in the weight function |
samples |
Number of samples to simulate from asymptotic distribution |
npts |
Number of points in discretization of Weiner process |
progressBar |
Logical. Show progress bar |
numeric vector of samples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.