Learn R Programming

ssdtools (version 2.3.0)

dgompertz: Gompertz Probability Density [Deprecated]

Description

Gompertz Probability Density [Deprecated]

Usage

dgompertz(x, llocation = 0, lshape = 0, log = FALSE)

Value

A numeric vector.

Arguments

x

A numeric vector of values.

llocation

location parameter on the log scale.

lshape

shape parameter on the log scale.

log

logical; if TRUE, probabilities p are given as log(p).