Learn R Programming

ERPeq (version 0.1.0)

pdfrayleigh: Probability density function of the Rayleigh distribution

Description

Probability density function of the Rayleigh distribution

Usage

pdfrayleigh(par, x)

Value

return the value of the pdf of the Rayleigh distribution

Arguments

par

scale parameter vector of the Rayleigh distribution.

x

vector of observations or single value

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

Run this code
pdfrayleigh(c(2),5)

Run the code above in your browser using DataLab