Section 03 · Stewardship & Analytics

The Christian Minister

Faithful stewardship is a math discipline. Allocate every dollar with intent, then track growth, restricted funds, and clergy taxes correctly.

Lesson 06 · Stewardship Math

Weighted Averages & Seasonal Cash-Flow Smoothing

Church giving is never flat. December can deliver 30% of the year while July dips by a third. A weighted moving average plus a properly sized reserve protects ministry from panic decisions during normal seasonal lows.

Regular Average

The arithmetic mean. Every value carries equal weight: sum them all, divide by the count. Treats last year's offering the same as last week's.

x̄ = (x₁ + x₂ + … + xₙ) / n

Weighted Average

Each value is multiplied by an importance weight before averaging. Recent months get heavier weights so the forecast follows the present trend, not ancient history.

x̄_w = Σ(xᵢ · wᵢ) / Σ wᵢ

Warm-up: Calculating a Class Grade

The classic example. A final exam matters more than one homework, so we weight each category by its share of the final grade.

CategoryGrade (x)Weight (w)x · w
Homework90%0.2018.0
Midterm75%0.3022.5
Final Exam85%0.5042.5
Σ1.0083.0

Simple average would be (90+75+85)/3 = 83.3%. The weighted result 83% reflects that the final exam pulled harder.

Why Churches Need This

Giving follows a predictable seasonal pattern:

  • December — Christmas + year-end tax giving (up to 30% of annual)
  • Summer — Vacation lulls, lowest months
  • Jan–Feb — Post-holiday slowdown
  • Easter — Spring spike
The Danger

A treasurer who panics over July's low number and cuts programs is making a decision against normal seasonal data. A weighted moving average smooths these spikes so leadership sees the true trend.

The Three Formulas

WMA = Σ(Gᵢ · Wᵢ) / Σ WᵢWeighted Moving Average

Multiply each month's giving by its weight, add them up, then divide by the sum of weights. Recent months get the biggest weights.

σ = √( Σ(xᵢ − x̄)² / n )Standard Deviation

Measures how spread out giving is. Bigger σ = wilder swings = bigger reserve needed.

Reserve = 3 × monthly expenses + 2σOperating Cash Reserve

Hold three months of bills, plus a cushion equal to twice the typical swing in giving.

Decoding the Symbols — Plain English

Math notation hides simple ideas behind Greek letters. Here is exactly what each symbol means and why it matters.

1. Forecast

Weighted Moving Average (WMA)

WMA = Σ(Gᵢ · Wᵢ) / Σ Wᵢ
Σ — "sum of" (add them up)
Gᵢ — Giving amount for month i
Wᵢ — Weight for that month
Σ Wᵢ — Total of all weights

In plain words: Multiply each giving period by its weight, add those totals together, then divide by the total weight.

Why: Stops a freak December from years ago from distorting today's reality. Recent months get heavier weights so the forecast follows the present trend.

2. Risk

Standard Deviation (σ)

σ = √( Σ(xᵢ − x̄)² / n )
σ — "sigma," the volatility number
xᵢ — Each individual data point
— "x-bar," the average
n — How many data points
— Square root
(…)² — Squared (times itself)

In plain words: Measures how far your actual giving typically strays from your average.

Low σ = steady and predictable. High σ = volatile, with major peaks and valleys.

3. Protection

Target Reserve

Reserve = (3 × monthly expenses) + 2σ

In plain words: Keep enough cash to cover 3 months of regular bills, plus a cushion sized by how unpredictable your giving is.

Why: Wild giving (large σ) forces a bigger reserve. Rock-steady giving (small σ) means you don't trap as much cash sitting idle.

How the Three Work Together

  1. 1
    Forecast (WMA) — Your realistic expected baseline income based on recent trends.
  2. 2
    Risk (σ) — How unpredictable that income actually is.
  3. 3
    Protection (Reserve) — Exactly how much cash to keep in the bank to survive the low months.

Interactive: 12-Month Smoothing Lab

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Annual
$223,000
WMA (last 3 mo)
$28,500
σ (Std Dev)
$5,780
Reserve Target
$65,560

Step-by-Step Worked Examples

Given months [10, 11, 9, 14] with weights [1, 2, 3, 4]:

  1. 1. 10·1 = 10, 11·2 = 22, 9·3 = 27, 14·4 = 56
  2. 2. Σ(x·w) = 10 + 22 + 27 + 56 = 115
  3. 3. Σw = 1 + 2 + 3 + 4 = 10
  4. 4. WMA = 115 / 10 = 11.5

Simple mean = (10+11+9+14)/4 = 11.0. The weighted result is higher because the most recent value (14) carried the heaviest weight.

Where Else Weighted Averages Show Up

  • Finance & investing — portfolio return weighted by position size
  • Accounting — Weighted Average Cost (WAC) inventory valuation
  • Retail pricing — average cost when goods are bought in batches at different prices
  • Education — GPA, course grades, standardized testing