Linear Yearly Accumulation Model

Any metric with a known annual total can be projected in real-time using linear yearly accumulation — multiplying the annual total by the fraction of the year elapsed since January 1st. This page documents the model and which counters use it.

When to Use This Model

This model applies to any metric where the annual total is known and events are distributed roughly uniformly throughout the year. The counter shows the accumulated count from January 1st to the current moment, resetting annually.

Not a cumulative counter

The counter resets to zero on January 1st and accumulates throughout the year — it shows events this year, not since some arbitrary start date.

Metrics using this model

Currently applied to: Births This Year, Deaths This Year, CO₂ Emissions This Year. The same model applies to any metric with a known annual total and uniform yearly distribution.

The Formula: Linear Yearly Projection

The calculation happens in two steps: first, calculate the expected total for the full year, then project the accumulated count based on the fraction of the year that has passed.

Step 1: Derive the Annual Total

Annual Total=Basereference×Rateannual

Example (Births): World Bank crude birth rate is 18 per 1,000 people per year. With a world population of 8.1 billion:

Annual Total = 8,100,000,000 × (18 ÷ 1,000) = 145,800,000 births/year

Step 2: Calculate Accumulated Count (This Year So Far)

Countnow=Yearly Total×Fractionyear

Example (on July 2, day 183/365): If the yearly total is 145,800,000 births and we're halfway through the year:

145,800,000 × (183 ÷ 365) = 73,000,000 births so far this year

The counter increments by approximately 400,000 births per day (145,800,000 ÷ 365).

Yearly Timeline Visualization

Jan 1 (start)0 births
Apr 1 (Q1 end)36,450,000 births (25%)
Jul 2 (mid-year)73,000,000 births (50%)
Oct 1 (Q3 end)109,350,000 births (75%)
Dec 31 (end of year)~145,800,000 births (100%)

Limitations & Transparency

It is crucial to understand that this counter is a statistical projection, not real-time data from birth/death registries.

Annual averages

Birth and death rates are annual averages. The actual number varies by day, season, and geographic location.

Assumes uniform distribution

We assume births/deaths are uniformly distributed throughout the year. In reality, seasonal variations exist.

Data lag

Crude rates are typically 1-2 years behind. We use the latest available official data from the World Bank.

This counter is an educational tool designed to visualize the scale and pace of demographic change, based on the latest available official data and a transparent, defensible calculation method.

Data Sources

World Bank

Primary Source

Crude birth rate (SP.DYN.CBRT.IN) and crude death rate (SP.DYN.CDRT.IN). Aggregated from national census bureaus worldwide.

View Birth Rate Data

UN Population Division

Reference Standard

World Bank sources demographic data from the UN Population Division's World Population Prospects — the authoritative global demographic dataset.

Visit UN Population Division

Other Methodologies

All data models and curation principles are documented transparently.

Linear Yearly Accumulation Model | Methodology | caiodemelo.org