pdfrayleigh {ERPeq}R Documentation

Probability density function of the Rayleigh distribution

Description

Probability density function of the Rayleigh distribution

Usage

pdfrayleigh(par, x)

Arguments

par

scale parameter vector of the Rayleigh distribution.

x

vector of observations or single value

Value

return the value of the pdf of the Rayleigh distribution

References

Siddiqui, M. M. (1964). Statistical inference for Rayleigh distributions. Journal of Research of the National Bureau of Standards, Sec. D, 68(9), 1005-1010.

Examples

pdfrayleigh(c(2),5)

[Package ERPeq version 0.1.0 Index]