KappaTestAsymptoticKappaVariance Method |
Name | Description | |
---|---|---|
AsymptoticKappaVariance(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.
| |
AsymptoticKappaVariance(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.
| |
AsymptoticKappaVariance(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.
|