IMSL C# Numerical Library

ContingencyTable.GetContributions Method 

Returns the contributions to chi-squared for each cell in the table.

public double[,] GetContributions();

Return Value

A double matrix of size

(table.GetLength(0)+1) * (table.GetLength(1)+1)

containing the contributions to chi-squared for each cell in the table.

Remarks

The last row and column contain the total contribution to chi-squared for that row or column.

See Also

ContingencyTable Class | Imsl.Stat Namespace