Gompertz: Gompertz Curve constructor function

View source: R/curve_constructors.R

GompertzR Documentation

Gompertz Curve constructor function

Description

This creates a Curve object for a Gompertz distribution.
Curve objects contain all necessary information to describe a distribution, including functions and parameters describing it.
See Details for information on parameterisation.

Usage

Gompertz(theta, eta)

Arguments

theta

Scale parameter for Log-logistic distribution.

eta

Shape parameter for Log-logistic distribution.

Details

The Gompertz distribution has parameterisation:
f(x) = theta eta e^(eta + theta x - eta e^(theta x))
F(x) = 1 - exp(eta - eta e^(theta x))

Author(s)

Jasmin Ruehl

Examples

Gompertz(theta=0.02,eta=2)

gestate documentation built on April 26, 2023, 5:10 p.m.