Learn R Programming

ERPeq (version 0.1.0)

cdfer: Cumulative distribution function of the exponentiated Rayleigh distribution

Description

Cumulative distribution function of the exponentiated Rayleigh distribution

Usage

cdfer(par, x)

Value

return the value of the pdf of the exponentiated Rayleigh distribution

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

References

Vodă, V. G. (1976). Inferential procedures on a generalized Rayleigh variate. I. Aplikace matematiky, 21(6), 395-412.

Examples

Run this code
cdfer(c(0.5,0.3),2)

Run the code above in your browser using DataLab