Click or drag to resize

ContingencyTableR, C Constructor

Initializes a new contingency table.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ContingencyTable(
	IReadOnlyCollection<R> rowValues,
	IReadOnlyCollection<C> columnValues
)

Parameters

rowValues
Type: System.Collections.GenericIReadOnlyCollectionR
The low labels.
columnValues
Type: System.Collections.GenericIReadOnlyCollectionC
The column labels.
See Also