View source: R/curve_constructors.R
Gompertz | R Documentation |
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.
Gompertz(theta, eta)
theta |
Scale parameter for Log-logistic distribution. |
eta |
Shape parameter for Log-logistic distribution. |
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))
Jasmin Ruehl
Gompertz(theta=0.02,eta=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.