fun.nclass.e | R Documentation |
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.disc.estimation
fun.nclass.e(rnorm(100,3,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.