pdfer {ERPeq}R Documentation

Probability density function of the exponentiated Rayleigh distribution

Description

Probability density function of the exponentiated Rayleigh distribution

Usage

pdfer(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

pdfer(c(0.5,0.3),2)

[Package ERPeq version 0.1.0 Index]