Package de.uka.ipd.sdq.probfunction.math
Interface IGammaDistribution
-
- All Superinterfaces:
IContinousPDF
,IProbabilityDensityFunction
,IProbabilityFunction
- All Known Implementing Classes:
GammaDistribution
,GammaDistributionFromMoments
public interface IGammaDistribution extends IContinousPDF
Gamma distribution with shape parameter alpha > 0 (also called k in Wikipedia) and scale parameter theta > 0 (called lambda in umontreal.iro.lecuyer.probdist.GammaDist). The scale parameter theta is the inverse of the rate beta which is also sometimes given to characterise a Gamma distribution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAlpha()
double
getTheta()
-
Methods inherited from interface de.uka.ipd.sdq.probfunction.math.IContinousPDF
cdf, density, getCoefficientOfVariance, getStandardDeviation, getVariance, getXinf, getXsup, inverseF
-
Methods inherited from interface de.uka.ipd.sdq.probfunction.math.IProbabilityDensityFunction
add, div, drawSample, getCumulativeFunction, getFourierTransform, getInverseFourierTransform, getLowerDomainBorder, greaterThan, lessThan, mult, probabilisticEquals, scale, shiftDomain, stretchDomain, sub
-
Methods inherited from interface de.uka.ipd.sdq.probfunction.math.IProbabilityFunction
checkConstrains, getArithmeticMeanValue, getMedian, getPercentile, getProbabilitySum, getUnit, hasOrderedDomain, isInFrequencyDomain, isInTimeDomain
-
-