StatisticFormula.TTestPaired(Double, Double, String, String) 메서드

정의

쌍을 이루는 샘플과 함께 학생 분포(T 분포)를 사용하여 T 테스트를 수행합니다. 이는 샘플에서 관찰의 자연스러운 페어링이 있는 경우에 유용합니다.

public:
 System::Windows::Forms::DataVisualization::Charting::TTestResult ^ TTestPaired(double hypothesizedMeanDifference, double probability, System::String ^ firstInputSeriesName, System::String ^ secondInputSeriesName);
public System.Windows.Forms.DataVisualization.Charting.TTestResult TTestPaired(double hypothesizedMeanDifference, double probability, string firstInputSeriesName, string secondInputSeriesName);
member this.TTestPaired : double * double * string * string -> System.Windows.Forms.DataVisualization.Charting.TTestResult
Public Function TTestPaired (hypothesizedMeanDifference As Double, probability As Double, firstInputSeriesName As String, secondInputSeriesName As String) As TTestResult

매개 변수

hypothesizedMeanDifference
Double

가설 평균 차이입니다.

probability
Double

가설이 거부되는 확률인 알파 값입니다. 허용되는 범위는 0-1입니다.

firstInputSeriesName
String

첫 번째 입력 계열 이름입니다.

secondInputSeriesName
String

두 번째 입력 계열 이름입니다.

반품

TTestResult 개체입니다.

적용 대상