quanf {FastRCS} | R Documentation |
Converts alpha values to h-values
Description
FastRCS selects the subset of size h that minimizes the I-index criterion. The function quanf
determines the size of h based on the rate of contamination the user expects is present in the data.
This is an internal function not intended to be called
by the user.
Usage
quanf(n,p,alpha)
Arguments
n |
Number of rows of the data matrix. |
p |
Number of columns of the data matrix. |
alpha |
Numeric parameter controlling the size of the active subsets,
i.e., |
Value
An integer number of the size of the starting p-subsets.
Author(s)
Kaveh Vakili
Examples
quanf(p=3,n=500,alpha=0.5)
[Package FastRCS version 0.0.9 Index]