Click or drag to resize
ICdfFunction Interface
Interface for the user-supplied cumulative distribution function to be used by InverseCdf and ChiSquaredTest.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface ICdfFunction

The ICdfFunction type exposes the following members.

Methods
  NameDescription
Public methodCdfFunction
User-supplied cumulative distribution function to be used by InverseCdf.
Top
See Also