ChiSquaredTestGetExpectedCounts Method |
Returns the expected counts.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetExpectedCounts()
Public Function GetExpectedCounts As Double()
public:
array<double>^ GetExpectedCounts()
member GetExpectedCounts : unit -> float[]
Return Value
Type:
Double
A
double array which contains the number of expected
observations in each cell.
See Also