Computes the empirical CDF and returns the CDF values up to, but not including the time values returned by GetTimes.

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

Syntax

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

Return Value

A double array of CDF values.

See Also