StatisticFormula.InverseTDistribution(Double, Int32) Method

Definition

Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom.

C#
public double InverseTDistribution(double probability, int degreeOfFreedom);

Parameters

probability
Double

The alpha value, which is the probability that the hypothesis is rejected. The allowable range is 0-1.

degreeOfFreedom
Int32

The degree of freedom.

Returns

A double value that represents the inverse T distribution.

Remarks

This method returns the t value for the given T distribution probability.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1