n_subsets_mmcd: Number of subsets that are required to obtain at least one...

View source: R/misc.R

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


robustmatrix documentation built on June 8, 2025, 10:34 a.m.