quanff {DetMCD} | R Documentation |
quanff
Description
Internal function. Converts alpha values to h values.
Usage
quanff(alpha,n,p)
Arguments
alpha |
a value in [1/2,1]. |
n , p |
integers. |
Value
returns an integer.
Author(s)
Vakili Kaveh
References
Hubert, M., Rousseeuw, P.J. and Verdonck, T. (2012), "A deterministic algorithm for robust location and scatter", Journal of Computational and Graphical Statistics, in press.
Examples
quanff(0.75,n=100,p=5);
[Package DetMCD version 0.0.5 Index]