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
)
Public Sub New (
rows As Integer,
columns As Integer
)
public:
ContingencyTable(
int rows,
int columns
)
new :
rows : int *
columns : int -> ContingencyTable
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