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

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ContingencyTable(
	double[,] table
)
Visual Basic (Declaration)
Public Sub New ( _
	table As Double(,) _
)
Visual C++
public:
ContingencyTable(
	array<double,2>^ table
)

Parameters

table
Type: array< System..::.Double ,2>[,](,)[,]
A double matrix containing the observed counts in the contingency table.

See Also