C# Class Accord.Statistics.Testing.BowkerTest

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

Public Methods

Method Description
BowkerTest ( GeneralConfusionMatrix matrix ) : System

Creates a new Bowker test.

Method Details

BowkerTest() public method

Creates a new Bowker test.
public BowkerTest ( GeneralConfusionMatrix matrix ) : System
matrix Accord.Statistics.Analysis.GeneralConfusionMatrix The contingency table to test.
return System