Public interface for the user-supplied distribution function.

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

Syntax

C#
public interface IDistribution
Visual Basic (Declaration)
Public Interface IDistribution
Visual C++
public interface class IDistribution

Remarks

The purpose of this interface is to fit the probability distribution to a given set of data and return the probability density at each value of the given set of data.

See Also