StatisticFormula.InverseTDistribution(Double, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the inverse t-value of the Students t-distribution as a function of probability and degree of freedom.
public:
double InverseTDistribution(double probability, int degreeOfFreedom);
public double InverseTDistribution (double probability, int degreeOfFreedom);
member this.InverseTDistribution : double * int -> double
Public Function InverseTDistribution (probability As Double, degreeOfFreedom As Integer) As Double
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.