FHCSnumStarts {FastHCS} | R Documentation |
Computes the number of starting q-subsets to take so that there is a 99 This is an internal function not intended to be called by the user.
FHCSnumStarts(q,gamma=0.99,eps=0.5)
q |
Number of desired components for the PCA model. |
gamma |
Desired probability of having at least one clean starting q-subset. |
eps |
suspected contamination rate of the sample. |
An integer number of starting q-subsets.
Kaveh Vakili
FHCSnumStarts(q=3,gamma=0.99,eps=0.4)