Click or drag to resize

ContingencyTable Constructor (Int32, Int32)

Initializes a new contingency table.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ContingencyTable(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
The number of rows, which must be positive.
columns
Type: SystemInt32
The number of columns, which must be positive.
See Also