Click or drag to resize
Accord.NET (logo)

BowkerTest Constructor

Creates a new Bowker test.

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

Parameters

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