Learn R Programming

robustmatrix (version 0.1.3)

clean_prob_mmcd: 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)

Value

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

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).