IMSL C# Numerical Library

ContingencyTable Constructor 

Constructs and performs a chi-squared analysis of a two-way contingency table.

public ContingencyTable(
   double[,] table
);

Parameters

table
A double matrix containing the observed counts in the contingency table.

See Also

ContingencyTable Class | Imsl.Stat Namespace