Class Cliodynamics
java.lang.Object
org.episteme.social.politics.history.Cliodynamics
Implements models from Cliodynamics and Structural-Demographic Theory (SDT).
These models attempt to explain historical cycles of instability and state breakdown.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealcalculatePoliticalStressIndex(Real mmp, Real emp, Real sfd) Calculates the Political Stress Index (PSI), a key metric in Structural-Demographic Theory.static RealestimateMMP(Real realWage, Real expectedWage, Real urbanizationRate) Estimates Mass Mobilization Potential (MMP).
-
Method Details
-
calculatePoliticalStressIndex
Calculates the Political Stress Index (PSI), a key metric in Structural-Demographic Theory. PSI = (Mass Mobilization Potential) * (Elite Mobilization Potential) * (State Fiscal Distress)- Parameters:
mmp- Mass Mobilization Potential (e.g., related to immiseration, urbanization)emp- Elite Mobilization Potential (e.g., elite overproduction, intra-elite competition)sfd- State Fiscal Distress (e.g., debt/revenue ratio)- Returns:
- The Political Stress Index
-
estimateMMP
Estimates Mass Mobilization Potential (MMP). Simplified proxy: Inverse of real wage relative to expectation.- Parameters:
expectedWage- Culturally expected standard of livingurbanizationRate- Rate of urbanization (multiplier)realWaage- Actual real wage- Returns:
- MMP
-