Logistic Growth Functions
Logistic growth model with carrying capacity as the ultimate recovery.
6 functions
PO.DCA.LGM.Rate(K, a, n, time)
Calculates production rate using Logistic Growth Model (LGM). Units of volume {L3} and time {T} must be consistent.
PO.DCA.LGM.Prod(K, a, n, time)
Calculates cumulative production using Logistic Growth Model (LGM). Units of volume {L3} and time {T} must be consistent.
PO.DCA.LGM.Time(K, a, n, Q_econ)
Time to reach an economic rate limit for Logistic Growth Model (LGM), {T}.
PO.DCA.LGM.EUR(K, a, n, Q_econ)
Estimated Ultimate Recovery (EUR) for Logistic Growth Model (LGM). Returns K (carrying capacity), {L3}.
PO.DCA.LGM.Fit(times, rates)
Fit Logistic Growth Model (LGM) to rate-time data and return parameters as a column array (K, a, n).
PO.DCA.LGM.WFit(times, rates, weights)
Weighted fit of Logistic Growth Model (LGM) to rate-time data and return parameters as a column array (K, a, n).