The function is not a Cumulative Distribution Function (CDF).

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

Syntax

C#
[SerializableAttribute]
public class NotCDFException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NotCDFException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class NotCDFException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Stat..::.NotCDFException the function is not a Cumulative Distribution Function (CDF)

Inheritance Hierarchy

See Also