Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

negativeExponential

Negative exponential growth model


Description

Computes the negative exponential growth model

y(t) = α * ( 1 - exp(-k * t))

Usage

negativeExponential(t, alpha, k)

  negativeExponential.inverse(x, alpha, k)

Arguments

t

time

x

size

alpha

upper asymptote

k

growth rate

References

D. Fekedulegn, M. Mac Siurtain, and J. Colbert, "Parameter estimation of nonlinear growth models in forestry," Silva Fennica, vol. 33, no. 4, pp. 327-336, 1999.

Examples

growth <- negativeExponential(0:10, 1, 0.3)
# Calculate inverse function
time <- negativeExponential.inverse(growth, 10, 0.3)

growthmodels

Nonlinear Growth Models

v1.2.0
GPL-3
Authors
Daniel Rodriguez Perez
Initial release
2013-11-23

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.