MC_ocd: Compute Monte Carlo thresholds for the OCD method

Description Usage Arguments Value

View source: R/algorithms.R

Description

Compute Monte Carlo thresholds for the OCD method

Usage

1
MC_ocd(dim, patience, beta, sparsity, MC_reps)

Arguments

dim

Data dimension

patience

Nominal patience of the procedure

beta

Lower bound on l_2 norm of change

sparsity

Sparsity parameter for the OCD 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_ocd in ocd...