|
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
)
Public Sub New (
matrix As GeneralConfusionMatrix,
Optional alternate As OneSampleHypothesis = OneSampleHypothesis.ValueIsGreaterThanHypothesis
)
Request Example
View SourceParameters
- 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