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

loglogistic

Log-logistic growth model


Description

Computes the Log-logistic growth model

y(t) = α/(1 + β * exp(-k * log(t))

Usage

loglogistic(t, alpha, beta, k)

  loglogistic.inverse(x, alpha, beta, k)

Arguments

t

time

x

size

alpha

upper asymptote

beta

growth range

k

growth rate

References

A. Khamiz, Z. Ismail, and A. T. Muhammad, "Nonlinear growth models for modeling oil palm yield growth," Journal of Mathematics and Statistics, vol. 1, no. 3, p. 225, 2005.

Examples

growth <- loglogistic(0:10, 10, 0.5, 0.3)
# Calculate inverse function
time <- loglogistic.inverse(growth, 10, 0.5, 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.