Click or drag to resize
Accord.NET (logo)

KappaTestAsymptoticKappaVariance Method

Overload List
  NameDescription
Public methodStatic memberAsymptoticKappaVariance(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.
Public methodStatic memberAsymptoticKappaVariance(GeneralConfusionMatrix, Double, Boolean)
Computes the asymptotic variance for Fleiss's Kappa variance using the formulae by (Fleiss et al, 1969). If nullHypothesis is set to true, the method will return the variance under the null hypothesis.
Public methodStatic memberAsymptoticKappaVariance(WeightedConfusionMatrix, Double, Boolean)
Computes the asymptotic variance for Fleiss's Kappa variance using the formulae by (Fleiss et al, 1969). If nullHypothesis is set to true, the method will return the variance under the null hypothesis.
Top
See Also