Module: Timeprice::Forecast

Defined in:
lib/timeprice/forecast.rb,
lib/timeprice/forecast/cagr.rb,
lib/timeprice/forecast/fx_forecaster.rb,
lib/timeprice/forecast/cpi_forecaster.rb

Overview

Forward-projection of CPI / FX series past the last bundled data point.

Method: trailing-window CAGR for the point estimate, ±1σ of trailing year-over-year changes for the band. Pure-Ruby, deterministic, no network calls or stats dependencies.

All results are explicitly tagged so callers never confuse them with measured data. The Result#warnings array surfaces horizon-cap violations and insufficient-window conditions.

Defined Under Namespace

Modules: Cagr, CpiForecaster, FxForecaster Classes: Result