Click or drag to resize
Accord.NET (logo)

AverageKappaTestCompute Method (Double, Double)

Computes the multiple matrix Kappa test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double[] kappas,
	double[] variances
)
Request Example View Source

Parameters

kappas
Type: SystemDouble
variances
Type: SystemDouble
See Also