C# 클래스 Accord.Statistics.Testing.TwoMatrixKappaTest

상속: TwoSampleZTest
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
TwoMatrixKappaTest ( GeneralConfusionMatrix matrix1, GeneralConfusionMatrix matrix2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System

Creates a new Two-Table Kappa test.

TwoMatrixKappaTest ( double kappa1, double var1, double kappa2, double var2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System

Creates a new Two-Table Kappa test.

메소드 상세

TwoMatrixKappaTest() 공개 메소드

Creates a new Two-Table Kappa test.
public TwoMatrixKappaTest ( GeneralConfusionMatrix matrix1, GeneralConfusionMatrix matrix2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System
matrix1 Accord.Statistics.Analysis.GeneralConfusionMatrix The first contingency table to test.
matrix2 Accord.Statistics.Analysis.GeneralConfusionMatrix The second contingency table to test.
hypothesizedDifference double The hypothesized difference between the two Kappa values.
alternate TwoSampleHypothesis The alternative hypothesis (research hypothesis) to test.
리턴 System

TwoMatrixKappaTest() 공개 메소드

Creates a new Two-Table Kappa test.
public TwoMatrixKappaTest ( double kappa1, double var1, double kappa2, double var2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System
kappa1 double The kappa value for the first contingency table to test.
var1 double The variance of the kappa value for the first contingency table to test.
kappa2 double The kappa value for the second contingency table to test.
var2 double The variance of the kappa value for the second contingency table to test.
hypothesizedDifference double The hypothesized difference between the two Kappa values.
alternate TwoSampleHypothesis The alternative hypothesis (research hypothesis) to test.
리턴 System