Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrixSakoda Property

Sakoda's contingency coefficient V.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Sakoda { get; }
Request Example View Source

Property Value

Type: Double
Remarks

Sakoda's V is an adjusted version of Pearson's C so it reaches a maximum of 1 when there is complete association in a table of any number of rows and columns.

References: http://en.wikipedia.org/wiki/Contingency_table

See Also