Learn R Programming

DnE (version 1.0)

DnE-package: DnE-package

Description

This package is made for solving cubic and quartic equations and analyze the distribution of the data that R user provide. The package contains function Cubic() and Quart() for equations and all kinds of functions for distributions analysis which have format as is.xxdistrbution() and if you don't know which distribution to judge, use function dt().

Arguments

Details

ll{ Package: DnE Type: Package Version: 1.0 Date: 2012-05-14 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 , Cubic , Quart , sqrt1

Examples

Run this code
require(stats)
x=rpois(100,0.5)
is.dt(x,10,0.05)
#@@@@   dis       pr
#@@@@4 pois 5.656147
#we will check out the distribution of dataset x with the function is.dt and with the confidence level of 0.05#

Run the code above in your browser using DataLab