Uses of Class
pal.statistics.GammaDistribution
Packages that use GammaDistribution
Package
Description
Classes with useful for statistics (normal distribution,
Gamma distribution, chi-square distribution, exponential distribution,
likelihood-ratio test, chi-square test, descriptive statistics, bootstrap estimators etc.)
-
Uses of GammaDistribution in pal.statistics
Subclasses of GammaDistribution in pal.statisticsModifier and TypeClassDescriptionclass
chi-square distribution (distribution of sum of squares of n uniform random variables) (Parameter: n; mean: n; variance: 2*n) The chi-square distribution is a special case of the Gamma distribution (shape parameter = n/2.0, scale = 2.0).class
exponential distribution.