DnE-package: DnE-package

Description Details Author(s) References See Also Examples

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

Details

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

Author(s)

JunYao Chen, CuiYi He, Boxian Wei

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

1
2
3
4
5
require(stats)
x=rnorm(100)
is.dt(x,10,0.05)
#@@@@   dis       pr
#@@@@4 norm 0.007222132

DnE documentation built on May 2, 2019, 4:03 p.m.