C# Class Accord.Statistics.Testing.StuartMaxwellTest

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

Public Methods

Method Description
StuartMaxwellTest ( GeneralConfusionMatrix matrix ) : System

Creates a new Stuart-Maxwell test.

Method Details

StuartMaxwellTest() public method

Creates a new Stuart-Maxwell test.
public StuartMaxwellTest ( GeneralConfusionMatrix matrix ) : System
matrix Accord.Statistics.Analysis.GeneralConfusionMatrix The contingency table to test.
return System