Java org.apache.commons.math.distribution TDistributionImpl fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math.distribution TDistributionImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math.distribution TDistributionImpl.

The text is from its open source code.

Constructor

TDistributionImpl(double degreesOfFreedom)
Create a t distribution using the given degrees of freedom.

Method

doublecumulativeProbability(double x)
For this distribution, X, this method returns P(X < x).
doubledensity(double x)
Returns the probability density for a particular point.
doubleinverseCumulativeProbability(final double p)
For this distribution, X, this method returns the critical point x, such that P(X < x) = p.