Learn R Programming

piecenorms (version 1.1.0)

.recommend: Helper function to check for recommendations

Description

Helper function to check for recommendations

Usage

.recommend(x, distr, outliers, classint_pref, nclasses, potential_distrs)

Value

list with the following description:

  • norm: character() the recommended normalisation technique

  • breaks: numeric The recommended breaks

  • mdl: the univariateML model

Arguments

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