Estimates the number of classes or bins to smooth over in the discretised method of fitting generalised lambda distribution to data.
Support function for discretised method of fitting distribution to data.
fun.nclass.e(x)
x |
Vector of data. |
This function calculates the mean and variance of the discretised data from 1 to the very last observation and chooses the best number of categories that represent the mean and variance of the actual data set through the criterion of squared deviations.
A numerical value suggesting the best number of class that can be used to represent the mean and variane of the original data set.
This is not designed to be called directly by end user.
Steve Su
fun.nclass.e(rnorm(100,3,2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.