Compare a sample to one or more fitted distributions
compareDist(X, Dist1, Dist2 = NULL, Dist3 = NULL)
Arguments
- X
An unweighted sample
- Dist1, Dist2, Dist3
The fitted distribution, specified as either the objects of class eDist or names of the distribution to
be fitted.
Value
compareDist returns an object of class histogram comparing the sample distribution to the specified fitted distribution(s).
Author
Haizhen Wu and A. Jonathan R. Godfrey.
Examples
X <- rBeta(n=100, params=list(shape1=1, shape2=2))
compareDist(X, "Beta", "Normal", eNormal(X))