ContingencyTableGetExpectedValues Method |
Returns the expected values of each cell in the table.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[,] GetExpectedValues()
Public Function GetExpectedValues As Double(,)
public:
array<double,2>^ GetExpectedValues()
member GetExpectedValues : unit -> float[,]
Return Value
Type:
Double
A double matrix of size
(
table.GetLength(0)+1) * (
table.GetLength(1)+1)
containing the expected values of each cell in the table, under the
null hypothesis.
Remarks
The marginal totals are in the last row and column.
See Also