Learn R Programming

DnE (version 2.1.0)

DnE-package: DnE-package

Description

The DnE package involves functions to analyse the distribution of a set of given data. The basic idea of the analysis is chi-squared test. Functions which have the form as "is.xxdistribution" are used to analyse whether the data obeys the xxdistrbution. If you do not know which distribution to judge, use function is.dt().

Arguments

Details

Package:
DnE
Type:
Package
Version:
2.1.0
Date:
2014-12-01
License:
GPL (>= 2)

References

ROBERT V. HOGG/ALLEN T. CRAIG (Fifth Edition) Introduction Mathematical Statistics.

See Also

DnE-package , is.bern , is.beta , is.binom , is.chisq , is.degen , is.exp , is.f , is.gamma , is.geom , is.nbinom , is.norm , is.pois , is.t , is.unif

Examples

Run this code
require(stats)
x=rnorm(100)
is.dt(x,10,0.05)
#@@@@   dis       pr
#@@@@4 norm 0.007222132

Run the code above in your browser using DataLab