Class InflationForecaster

java.lang.Object
org.episteme.social.economics.InflationForecaster

public final class InflationForecaster extends Object
Provides forecasting tools for inflation based on the Quantity Theory of Money.
Since:
1.0
Version:
1.1
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • estimateInflation

      public static Real estimateInflation(Real moneyGrowth, Real velocityGrowth, Real gdpGrowth)
      Estimates inflation rate based on growth in money supply, velocity, and real GDP. Equation: π ≈ ΔM/M + ΔV/V - ΔY/Y