Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrixTschuprow Property

Tschuprow's T association measure.

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

Property Value

Type: Double
Remarks

Tschuprow's T is a measure of association between two nominal variables, giving a value between 0 and 1 (inclusive). It is closely related to Cramér's V, coinciding with it for square contingency tables.

References: http://en.wikipedia.org/wiki/Tschuprow's_T

See Also