Class InputOutputModel
java.lang.Object
org.episteme.social.economics.models.InputOutputModel
Implements the Leontief Input-Output model to analyze inter-industry dependencies
and production requirements.
- Since:
- 1.0
- Version:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic Real[][]calculateLeontiefInverse(Real[][] a) Calculates the Leontief Inverse matrix.static Real[]solveTotalOutput(Real[][] technicalCoefficients, Real[] finalDemand) Solves for total sector output X given technical requirement matrix A and final demand D.
-
Method Details
-
solveTotalOutput
-
calculateLeontiefInverse
-