Gamma.density: Gamma density

Description Usage Arguments Details Value Author(s) Examples

View source: R/Gamma.density.R

Description

The function returns the vector of values of density function for of Gamma distribution with one parameter γ.

Usage

1
Gamma.density(theta, gamma.par)

Arguments

theta

the vector of values

gamma.par

the parameter of Gamma distribution

Details

The pdf of Gamma is of the form f_θ(θ)=\frac{γ^γ}{Γ(γ)}θ^{γ-1}\exp(-γθ)

Value

Gamma.density(theta, nu)

the density – the vector of values

Author(s)

Michal Trzesiok

Examples

1
Gamma.density(c(2,3,5,4,6,7,4), 5)

MixedPoisson documentation built on May 2, 2019, 12:40 p.m.