Returns the expected counts.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetExpectedCounts()
Visual Basic (Declaration)
Public Function GetExpectedCounts As Double()
Visual C++
public:
array<double>^ GetExpectedCounts()

Return Value

A double array which contains the number of expected observations in each cell.

See Also