Dundas.SharePoint.Charting.WebParts Send comments on this topic.
InverseTDistribution Method
See Also 
Dundas.Charting.WebControl Namespace > Statistics Class : InverseTDistribution Method


probability
Probability
degreeOfFreedom
Degree of Freedom
Returns the t-value of the Student's t-distribution as a function of the probability and the degrees of freedom.

Syntax

Visual Basic (Declaration)  
Public Function InverseTDistribution( _
   ByVal probability As Double, _
   ByVal degreeOfFreedom As Integer _
) As Double
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)
C#  
public double InverseTDistribution( 
   double probability,
   int 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