Click or drag to resize
Accord.NET (logo)

KappaTest Constructor (GeneralConfusionMatrix, OneSampleHypothesis)

Creates a new Kappa test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public KappaTest(
	GeneralConfusionMatrix matrix,
	OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsGreaterThanHypothesis
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
The contingency table to test.
alternate (Optional)
Type: Accord.Statistics.TestingOneSampleHypothesis
The alternative hypothesis (research hypothesis) to test. If the hypothesized kappa is left unspecified, a one-tailed test will be used. Otherwise, the default is to use a two-sided test.
See Also