Retrieves the time values where the step function CDF jumps to a greater
value.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double[] GetTimes() |
Visual Basic (Declaration) |
---|
Public Overridable Function GetTimes As Double() |
Visual C++ |
---|
public: virtual array<double>^ GetTimes() |
Return Value
A double array of time values.
Remarks
The returned array has right-censored values of t removed.
Exceptions
Exception | Condition |
---|---|
System..::.InvalidOperationException | is thrown if the CDF has not been evaluated. |