compute.threshold: Computing threshold used in 'inspect'

Description Usage Arguments Value Examples

View source: R/method_inspect.R

Description

The threshold level to be used in inspect is computed via Monte Carlo simulation of multivariate time series that do not contain any changepoints.

Usage

1
compute.threshold(n, Q, alpha = 0.05, nrep = 100)

Arguments

n

Time length of the observation.

nrep

Number of Monte Carlo repetition to be used.

p

Dimension of the multivariate time series.

Value

A numeric value indicating the threshold level that should be used based on the Monte Carlo simulation.

Examples

1
compute.threshold(n=200, p=50)

Tveten/capacc documentation built on Sept. 29, 2021, 5:31 a.m.