Learn R Programming

argminCS (version 1.1.0)

get.quantile.gupta.selection: Generate the quantile used for the selection procedure in gupta.1965argminCS.

Description

Generate the quantile used for the selection procedure in gupta.1965argminCS by Monte Carlo estimation.

Usage

get.quantile.gupta.selection(p, alpha = 0.05, N = 1e+05)

Value

A list containing:

critica.valThe 1 - alpha upper quantile.

Arguments

p

The number of dimensions in your data matrix.

alpha

The level of the upper quantile; defaults to 0.05 (95% percentile).

N

The number of Monte Carlo repetitions; defaults to 100000.

References

gupta.1965argminCS

futschik.1995argminCS

Examples

Run this code
get.quantile.gupta.selection(p=10)

get.quantile.gupta.selection(p=100)

Run the code above in your browser using DataLab