Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom.
Syntax
Visual Basic (Usage) |
Copy Code |
Dim instance As Statistics
Dim probability As Double
Dim degreeOfFreedom As Integer
Dim value As Double
value = instance.InverseTDistribution(probability, degreeOfFreedom)
|
Parameters
- probability
- Probability
- degreeOfFreedom
- Degree of Freedom
Return Value
Returns Inverse T distribution.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also