C# Class Accord.Statistics.Testing.AverageKappaTest

Inheritance: Accord.Statistics.Testing.ChiSquareTest
Show file Open project: accord-net/framework

Public Methods

Method Description
AverageKappaTest ( GeneralConfusionMatrix matrices ) : System

Creates a new multiple table Kappa test.

AverageKappaTest ( double kappas, double variances ) : System

Creates a new multiple table Kappa test.

Protected Methods

Method Description
Compute ( double kappas, double variances ) : void

Computes the multiple matrix Kappa test.

Method Details

AverageKappaTest() public method

Creates a new multiple table Kappa test.
public AverageKappaTest ( GeneralConfusionMatrix matrices ) : System
matrices Accord.Statistics.Analysis.GeneralConfusionMatrix The contingency tables.
return System

AverageKappaTest() public method

Creates a new multiple table Kappa test.
public AverageKappaTest ( double kappas, double variances ) : System
kappas double The kappa values.
variances double The variance for each kappa value.
return System

Compute() protected method

Computes the multiple matrix Kappa test.
protected Compute ( double kappas, double variances ) : void
kappas double
variances double
return void