Class ChiSquareDistribution

java.lang.Object
de.uka.ipd.sdq.probfunction.math.apache.impl.AbstractContinousPDF
de.uka.ipd.sdq.probfunction.math.apache.impl.ChiSquareDistribution
All Implemented Interfaces:
IChiSquareDistribution, IContinousPDF, IProbabilityDensityFunction, IProbabilityFunction

public class ChiSquareDistribution extends AbstractContinousPDF implements IChiSquareDistribution
Chi-square distribution. The chi-square distribution has a single parameter called the degrees of freedoms.

The implementation of this class is partly based on the information given in [1].

[1] http://en.wikipedia.org/w/index.php?title=Chi-squared_distribution&oldid=461800524