org.apache.commons.math.distribution
Interface TDistribution

All Superinterfaces:
ContinuousDistribution, Distribution
All Known Implementing Classes:
TDistributionImpl

public interface TDistribution
extends ContinuousDistribution

Student's t-Distribution.

References:

Version:
$Revision: 670469 $ $Date: 2008-06-23 04:01:38 -0400 (Mon, 23 Jun 2008) $

Method Summary
 double getDegreesOfFreedom()
          Access the degrees of freedom.
 void setDegreesOfFreedom(double degreesOfFreedom)
          Modify the degrees of freedom.
 
Methods inherited from interface org.apache.commons.math.distribution.ContinuousDistribution
inverseCumulativeProbability
 
Methods inherited from interface org.apache.commons.math.distribution.Distribution
cumulativeProbability, cumulativeProbability
 

Method Detail

setDegreesOfFreedom

void setDegreesOfFreedom(double degreesOfFreedom)
Modify the degrees of freedom.

Parameters:
degreesOfFreedom - the new degrees of freedom.

getDegreesOfFreedom

double getDegreesOfFreedom()
Access the degrees of freedom.

Returns:
the degrees of freedom.


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.