MC_XS: Compute Monte Carlo thresholds for the XS method

Description Usage Arguments Value

View source: R/algorithms.R

Description

Compute Monte Carlo thresholds for the XS method

Usage

1
MC_XS(dim, patience, p0, w, MC_reps)

Arguments

dim

Data dimension

patience

Nominal patience of the procedure

p0

Assumed fraction of nonzero coordinates of change.

w

Window size

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_XS in ocd...