Interface for the user-supplied cumulative distribution function to be
used by InverseCdf and ChiSquaredTest.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public interface ICdfFunction
Public Interface ICdfFunction
public interface class ICdfFunction
type ICdfFunction = interface end
The ICdfFunction type exposes the following members.
Methods
| Name | Description |
---|
| CdfFunction |
User-supplied cumulative distribution function to be used by
InverseCdf.
|
TopSee Also