Learn R Programming

ERPeq (version 0.1.0)

pdfer: Probability density function of the exponentiated Rayleigh distribution

Description

Probability density function of the exponentiated Rayleigh distribution

Usage

pdfer(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
pdfer(c(0.5,0.3),2)

Run the code above in your browser using DataLab