MC_Chan: Compute Monte Carlo thresholds for the Chan method

Description Usage Arguments Value

View source: R/algorithms.R

Description

Compute Monte Carlo thresholds for the Chan method

Usage

1
MC_Chan(dim, patience, p0, w, lambda, MC_reps)

Arguments

dim

Data dimension

patience

Nominal patience of the procedure

p0

Assumed fraction of nonzero coordinates of change.

w

Window size

lambda

Tuning parameter for Chan (2017) method

MC_reps

number of Monte Carlo repetitions to use

Value

A numeric vector of computed thresholds.


ocd documentation built on Oct. 23, 2020, 5:56 p.m.

Related to MC_Chan in ocd...