FRCSnumStarts {FastRCS} | R Documentation |
Computes the number of starting p-subsets
Description
Computes the number of starting p-subsets so that the desired probability of selecting at least one clean one is achieved. This is an internal function not intended to be called by the user.
Usage
FRCSnumStarts(p,gamma=0.99,eps=0.5)
Arguments
p |
number of dimensions of the data matrix X. |
gamma |
desired probability of having at least one clean starting p-subset. |
eps |
suspected contamination rate of the sample. |
Value
An integer number of starting p-subsets.
Author(s)
Kaveh Vakili
Examples
FRCSnumStarts(p=3,gamma=0.99,eps=0.4)
[Package FastRCS version 0.0.9 Index]