n_subsets_mmcd {robustmatrix}R Documentation

Number of subsets that are required to obtain at least one clean h-subset in the mmcd function with probability prob.

Description

Number of subsets that are required to obtain at least one clean h-subset in the mmcd function with probability prob.

Usage

n_subsets_mmcd(p, q, prob = 0.99, contamination = 0.5)

Arguments

p

number of rows.

q

number of columns.

prob

probability (default is 0.99).

contamination

level of contamination (default is 0.5).

Value

Number of subsets that are required to obtain at least one clean h-subset in the mmcd function with probability prob.


[Package robustmatrix version 0.1.2 Index]