Class InequalityMetrics
java.lang.Object
org.episteme.social.economics.InequalityMetrics
Advanced metrics for analyzing economic inequality, including Gini coefficients
and Lorenz curve generation.
- Since:
- 1.0
- Version:
- 1.2
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealcalculateGini(Real[] incomes) Overload for Real arrays.static RealcalculateGini(Quantity<?>[] incomes) Calculates the Gini coefficient for a population income set (Quantities).getLorenzCurve(Real[] incomes) Overload for Real arrays.getLorenzCurve(Quantity<?>[] incomes) Generates a list of coordinates (x, y) representing the Lorenz curve.
-
Method Details
-
calculateGini
-
calculateGini
-
getLorenzCurve
-
getLorenzCurve
-