cdfrayleigh {ERPeq}R Documentation

Cumulative distribution function of the Rayleigh distribution

Description

Cumulative distribution function of the Rayleigh distribution

Usage

cdfrayleigh(par, x)

Arguments

par

scale parameter vector of the Rayleigh distribution.

x

vector of quantiles

Value

return the value of the cdf 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

cdfrayleigh(c(2),5)

[Package ERPeq version 0.1.0 Index]