Click or drag to resize

RayleighDistributionPDF(Double, Double) Method

Returns the probability density function (PDF) of the Rayleigh distribution.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double PDF(
	double x,
	double sigma
)

Parameters

x  Double
The value at which to evaluate the PDF.
sigma  Double
The scale parameter.

Return Value

Double
The relative likelihood for the random variable to occur at x.
See Also