Description Usage Arguments Value Examples
View source: R/method_inspect.R
The threshold level to be used in inspect
is computed via Monte Carlo simulation of multivariate time series that do not contain any changepoints.
1 | compute.threshold(n, Q, alpha = 0.05, nrep = 100)
|
n |
Time length of the observation. |
nrep |
Number of Monte Carlo repetition to be used. |
p |
Dimension of the multivariate time series. |
A numeric value indicating the threshold level that should be used based on the Monte Carlo simulation.
1 | compute.threshold(n=200, p=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.