public interface  oadd.org.apache.commons.math.distribution.TDistribution extends java.lang.Object implements oadd.org.apache.commons.math.distribution.ContinuousDistribution
{
public abstract void setDegreesOfFreedom(double);
public abstract double getDegreesOfFreedom();
}