IMSL C# Numerical Library

Cdf.RayleighProb Method 

Evaluates the Rayleigh probability density function.

public static double RayleighProb(
   double x,
   double alpha
);

Parameters

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

Return Value

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

See Also

Cdf Class | Imsl.Stat Namespace