R/zzz.r

Defines functions max.bdp.mcd.alpha

# Miscellaneous utility functions 
# for the 'CerioliOutlierDetection' package
#
# Christopher G. Green
# 2014

# Fraction of the sample used to compute the MCD in
# the maximum breakdown point case
max.bdp.mcd.alpha <- function(n,p) floor((n+p+1)/2)/n

Try the CerioliOutlierDetection package in your browser

Any scripts or data that you put into this service are public.

CerioliOutlierDetection documentation built on Nov. 2, 2023, 5:06 p.m.