Learn R Programming

robustmatrix (version 0.1.3)

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

Value

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

Arguments

p

number of rows.

q

number of columns.

prob

probability (default is 0.99).

contamination

level of contamination (default is 0.5).