C# Класс Accord.Statistics.Testing.TwoMatrixKappaTest

Наследование: TwoSampleZTest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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