ContingencyTableGetContributions Method |
Returns the contributions to chi-squared for each cell in the table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] GetContributions()
Public Function GetContributions As Double(,)
public:
array<double,2>^ GetContributions()
member GetContributions : unit -> float[,]
Return Value
Type:
Double
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