Calculation of the ParetoRadius i.e. the 18 percentiles of all mutual Euclidian distances in data.
ParetoRadius(Data, maximumNrSamples = 10000,
plotDistancePercentiles = FALSE)
numeric value, the Pareto radius.
numeric data vector
Optional, numeric. Maximum number for which the distance calculation can be done. 1000 by default.
Optional, logical. If TRUE, a plot of the percentiles of distances is produced. FALSE by default.
Michael Thrun
The Pareto-radius of the hyperspheres is derived from the optimization of information for minimal set size. ParetoRadius() is a kernel density estimation for variable intervals. It works only on Data without missing values (NA) or NaN. In other cases, please use ParetoDensityEstimation directly.
Ultsch, A.: Pareto density estimation: A density estimation for knowledge discovery, in Baier, D.; Werrnecke, K. D., (Eds), Innovations in classification, data science, and information systems, Proc Gfkl 2003, pp 91-100, Springer, Berlin, 2005.
See Also
ParetoDensityEstimation, OptimalNoBins