DetMCD (version 0.0.5)

quanff: 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.

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

Run this code
# NOT RUN {
quanff(0.75,n=100,p=5);
# }

Run the code above in your browser using DataCamp Workspace