ContingencyTable(Int32) Constructor
Initializes a new contingency table with the given data set.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public ContingencyTable(
int[,] data
)
Public Sub New (
data As Integer(,)
)
public:
ContingencyTable(
array<int,2>^ data
)
new :
data : int[,] -> ContingencyTable
Parameters
- data Int32
- A (zero-based) matrix of contingency table entries.