logistic-growth
CommunityInterpretable logistic growth modeling.
Data & Analytics#time-series#modeling#logistic-growth#population-dynamics#parameter-estimation#data-fitting
AuthorSPIRAL-EDWIN
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a structured approach to fitting a logistic growth model to time-series data, enabling estimation of the intrinsic growth rate r and carrying capacity K, which are essential for understanding bounded growth in populations, epidemiology, and market dynamics.
Core Features & Use Cases
- Analytical & numerical fitting: supports nonlinear least squares and linearized methods to estimate N0, r, and K from observed data.
- Interpretability: exposes analytical solutions, the inflection point, and stability insights (N=0 unstable, N=K stable) for clear interpretation.
- Visualization & forecasting: offers plotting utilities to compare observed data with model predictions and to visualize growth dynamics over time.
Quick Start
- Prepare your time points t (e.g., days) and observed population N(t).
- Run nonlinear fitting to estimate N0, r, and K with fit_nonlinear(t, N) or use fit_linearized(t, N) for a quick check.
- Inspect the fitted parameters (N0, r, K) and goodness-of-fit, then visualize the results with plot_logistic_fit.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: logistic-growth Download link: https://github.com/SPIRAL-EDWIN/MCM-ICM-2601000/archive/main.zip#logistic-growth Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.