Click or drag to resize

ContingencyTable Constructor (Int32[,])

Initializes a new contingency table with the given data set.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public ContingencyTable(
	int[,] data
)

Parameters

data
Type:System.Int32[,]
A (zero-based) matrix of contingency table entries.
See Also