Click or drag to resize
Accord.NET (logo)

AverageKappaTest. Compute 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:System.Double[]
variances
Type:System.Double[]
See Also