clean_prob_mmcd {robustmatrix}R Documentation

Probability of obtaining at least one clean h-subset in the mmcd function.

Description

Probability of obtaining at least one clean h-subset in the mmcd function.

Usage

clean_prob_mmcd(p, q, n_subsets = 500, contamination = 0.5)

Arguments

p

number of rows.

q

number of columns.

n_subsets

number of elemental h-substs (default is 500).

contamination

level of contamination (default is 0.5).

Value

Probability of obtaining at least one clean h-subset in the mmcd function.


[Package robustmatrix version 0.1.2 Index]