Loading…

Growth and Decay Curve Fitting

Biology • Bio Lab Math and Data Analysis

View all topics

Growth/decay curve fitting

Blanks are ignored. Non-numeric entries are skipped and reported. The first two numeric values on each row are treated as \((t,y)\).
Creates times \(t_{\max} + i \cdot \Delta t\) for \(i=1,\dots,m\).
Leave blank to auto-estimate \(\Delta t\) from your data.
Ready

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do I decide whether to use a linear or exponential model for growth and decay?

Linear fits are best when y changes by roughly a constant amount per unit time. Exponential fits are best when y changes by a roughly constant fraction per unit time; a quick check is whether points look approximately linear in the log-y view (t vs ln(y)).

Why do exponential models require y to be greater than 0?

The linearized exponential method uses ln(y), which is undefined for y less than or equal to 0. Even direct exponential fitting typically becomes inappropriate if measurements are zero or negative without a justified baseline shift.

What is the difference between the linearized and direct exponential fit methods?

The linearized method fits a straight line to ln(y) versus t and then converts back to A and k, which tends to emphasize relative (percent) errors. The direct method fits y = A x e^(k x t) by minimizing squared errors in the original y units, which can behave better when measurement noise is closer to constant in y.

What do r^2, SSE, and RMSE mean in this curve fitting calculator?

SSE is the sum of squared residuals between observed y and fitted y-hat, and RMSE is a typical error size in the same units as y. r^2 summarizes how much variation in y is explained by the fitted model within the provided time range.

What does the forecast band represent and how should it be interpreted?

The forecast band is a heuristic shading that shows y-hat(t) plus or minus RMSE in the forecast region. It is not a formal confidence interval and does not include uncertainty in the fitted parameters.