Learn R Programming

ERPeq (version 0.1.0)

cdfrayleigh: Cumulative distribution function of the Rayleigh distribution

Description

Cumulative distribution function of the Rayleigh distribution

Usage

cdfrayleigh(par, x)

Value

return the value of the cdf of the Rayleigh distribution

Arguments

par

scale parameter vector of the Rayleigh distribution.

x

vector of quantiles

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
cdfrayleigh(c(2),5)

Run the code above in your browser using DataLab