.recommend {piecenorms} | R Documentation |
Helper function to check for recommendations
.recommend(x, distr, outliers, classint_pref, nclasses, potential_distrs)
x |
The observations |
distr |
The likely distribution |
outliers |
Does the data have IQR outliers |
classint_pref |
The preferred classInt style |
nclasses |
The number of desired classes for classInt |
potential_distrs |
The types of distributions to fit |
list with the following description:
norm: character() the recommended normalisation technique
breaks: numeric The recommended breaks
mdl: the univariateML
model