IMSL C# Numerical Library

Cdf.ExponentialProb Method 

Evaluates the exponential probability density function

public static double ExponentialProb(
   double x,
   double scale
);

Parameters

x
A double scalar value representing the argument at which the function is to be evaluated.
scale
A double scalar value representing the scale parameter.

Return Value

A double scalar value, the value of the probability density function at x.

See Also

Cdf Class | Imsl.Stat Namespace