ContingencyTable Constructor |
Constructs and performs a chi-squared analysis of a two-way
contingency table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public ContingencyTable(
double[,] table
)
Public Sub New (
table As Double(,)
)
public:
ContingencyTable(
array<double,2>^ table
)
new :
table : float[,] -> ContingencyTable
Parameters
- table
- Type: SystemDouble
A double matrix containing the observed counts in the
contingency table.
See Also