compareDist: Compare a sample to one or more fitted distributions

View source: R/compareDist.R

compareDistR Documentation

Compare a sample to one or more fitted distributions

Description

Compare a sample to one or more fitted distributions

Usage

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(s)

Haizhen Wu and A. Jonathan R. Godfrey.

Examples

X <- rBeta(n=100, params=list(shape1=1, shape2=2))
compareDist(X, "Beta", "Normal", eNormal(X))

ExtDist documentation built on Aug. 21, 2023, 5:12 p.m.