Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 657 Bytes

File metadata and controls

18 lines (14 loc) · 657 Bytes

Comhist: Population Modeling

This project explores population trends using exponential and logistic growth models. It reads population data from data.csv, processes the values, and generates visualizations for analysis. Primary sources: click here.

How to Use

Place your population dataset in data.csv. Run the main script:

python3 main.py

A plot comparing the modeled population and actual data will automatically appear.

Features

  • Exponential growth modeling
  • Logistic growth modeling
  • Automatic curve fitting
  • Population trend visualization