Click or drag to resize
IDistribution Interface
Public interface for the user-supplied distribution function.

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

The IDistribution type exposes the following members.

Methods
  NameDescription
Public methodEval
Evaluation method to fit the user-supplied probability density function to input data.
Top
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