Class EconomicsUtils

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

public final class EconomicsUtils extends Object
Utility functions for common economic modeling curves (Logistic, Logit, Richards).
Since:
1.0
Version:
1.1
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • getRichards

      public static Real getRichards(Real t, Real lower, Real upper, Real maxTime, Real growthRate, Real nearMax)
      Generalised logistic curve (Richards' curve).
    • getLogistic

      public static Real getLogistic(Real t, Real cap, Real m, Real n, Real tau)
      Standard logistic curve.
    • getLogit

      public static Real getLogit(Real p)
      Standard logit function (log-odds).