Click or drag to resize
Accord.NET (logo)

KappaTestAsymptoticKappaVariance Method (GeneralConfusionMatrix)

Computes the asymptotic variance for Fleiss's Kappa variance using the formulae by (Fleiss et al, 1969) when the underlying Kappa is assumed different from zero.

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

Parameters

matrix
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
A GeneralConfusionMatrix representing the ratings.

Return Value

Type: Double
Kappa's variance.
See Also