Click or drag to resize
ContingencyTable Constructor
Constructs and performs a chi-squared analysis of a two-way contingency table.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public ContingencyTable(
	double[,] table
)

Parameters

table
Type: SystemDouble
A double matrix containing the observed counts in the contingency table.
See Also