Click or drag to resize
Accord.NET (logo)

KappaTestDeltaMethodKappaVariance Method (GeneralConfusionMatrix, Double)

Compute Cohen's Kappa variance using the large sample approximation given by Congalton, which is common in the remote sensing literature.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double DeltaMethodKappaVariance(
	GeneralConfusionMatrix matrix,
	out double stdDev
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
A GeneralConfusionMatrix representing the ratings.
stdDev
Type: SystemDouble
Kappa's standard deviation.

Return Value

Type: Double
Kappa's variance.
See Also