Click or drag to resize

ContingencyTable<R, 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.Generic.IReadOnlyCollection<R>
The low labels.
columnValues
Type: System.Collections.Generic.IReadOnlyCollection<C>
The column labels.
See Also