Click or drag to resize
Accord.NET (logo)

StuartMaxwellTest Constructor

Creates a new Stuart-Maxwell test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public StuartMaxwellTest(
	GeneralConfusionMatrix matrix
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
The contingency table to test.
See Also