Class StudentTDistribution

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

public class StudentTDistribution extends AbstractContinousPDF implements IStudentTDistribution
Student's t-distribution. This distribution has a single parameter called the degrees of freedom.

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

[1] http://en.wikipedia.org/w/index.php?title=Student%27s_t-distribution&oldid=462316896