.classify_distribution {piecenorms} | R Documentation |
Classified observed data into a distribution class.
Description
Based on a series of statistical tests, uses bootstrapping to classify observed data into one of the following distributions: Binary, Uniform, Normal, Lognormal, Weibull, Pareto, Exponential and Power.
Usage
.classify_distribution(x, potential_distrs)
Arguments
x |
A numeric vector of observations |
Value
character
[Package piecenorms version 1.1.0 Index]