Click or drag to resize
IProbabilityDistribution Methods

The IProbabilityDistribution type exposes the following members.

Methods
  NameDescription
Public methodEval(Double)
Evaluation method to fit the user-supplied probability density function to input data.
(Inherited from IDistribution.)
Public methodEval(Double, Object)
Evaluation method for the user-supplied distribution function and parameters. Evaluates the user-supplied probability density at xData using the supplied probability distribution parameters.
Public methodEval(Double, Object)
Evaluates the user-supplied probability density of each value in xData using the supplied probability distribution parameters.
Public methodGetParameters
Returns the current parameters of the probability density function.
Top
See Also