다음을 통해 공유


StatisticFormula.TDistribution(Double, Int32, Boolean) 메서드

정의

T 분포(스튜던트 분포)의 확률을 반환합니다.

public:
 double TDistribution(double value, int degreeOfFreedom, bool oneTail);
public double TDistribution (double value, int degreeOfFreedom, bool oneTail);
member this.TDistribution : double * int * bool -> double
Public Function TDistribution (value As Double, degreeOfFreedom As Integer, oneTail As Boolean) As Double

매개 변수

value
Double

T 값입니다.

degreeOfFreedom
Int32

자유도입니다.

oneTail
Boolean

true이면 단측 분포가 사용되며, 그렇지 않으면 양측 분포가 사용됩니다.

반환

Double

T 분포 누적 함수를 나타내는 double 값입니다.

적용 대상