cdfer {ERPeq} | R Documentation |
Cumulative distribution function of the exponentiated Rayleigh distribution
Description
Cumulative distribution function of the exponentiated Rayleigh distribution
Usage
cdfer(par, x)
Arguments
par |
parameter vector of the exponentiated Rayleigh distribution. First parameter is the scale, second is the shape parameter. |
x |
vector of observations or single value |
Value
return the value of the pdf of the exponentiated Rayleigh distribution
References
Vodă, V. G. (1976). Inferential procedures on a generalized Rayleigh variate. I. Aplikace matematiky, 21(6), 395-412.
Examples
cdfer(c(0.5,0.3),2)
[Package ERPeq version 0.1.0 Index]