Constructs a new contingency table object from counts stored in a matrix.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public ContingencyTable(
Matrix counts,
CategoricalScale rowScale,
CategoricalScale columnScale
)
Public Sub New (
counts As Matrix,
rowScale As CategoricalScale,
columnScale As CategoricalScale
)
public:
ContingencyTable(
Matrix^ counts,
CategoricalScale^ rowScale,
CategoricalScale^ columnScale
)
new :
counts : Matrix *
rowScale : CategoricalScale *
columnScale : CategoricalScale -> ContingencyTable
Parameters
- counts
- Type: Extreme.MathematicsMatrix
A Matrix that contains the cell counts. - rowScale
- Type: Extreme.StatisticsCategoricalScale
The categorical scale that contains the categories corresponding to the rows in the contingency table. - columnScale
- Type: Extreme.StatisticsCategoricalScale
The categorical scale that contains the categories corresponding to the rows in the contingency table.
Numerical Libraries
Supported in: 5.x, 4.x
Reference