IMSL C# Numerical Library

Cdf.WeibullProb Method 

Evaluates the Weibull probability density function.

public static double WeibullProb(
   double x,
   double gamma,
   double alpha
);

Parameters

x
A double scalar value representing the argument at which the function is to be evaluated. It must be non-negative.
gamma
A double scalar value representing the shape parameter.
alpha
A double scalar value representing the scale parameter.

Return Value

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

See Also

Cdf Class | Imsl.Stat Namespace