Calculate population-weighted Gini coefficients, continuous Palma ratios, Wagstaff Concentration Indices, and composite accessibility scores with pure NumPy speed.
pip install "moveq[cli,frames]"
Fast, zero-dependency population-weighted Gini, continuous boundary Palma ratio, and tied-rank Wagstaff Concentration Index.
from moveq_core.equity import compute_giniMulti-indicator transit indexing with dynamic weight renormalization when indicators are missing, preventing artificial score collapse.
from moveq_core.score import compute_score
Explicit contract-driven section mapping (same, replace, omit) for
cross-country and cross-jurisdictional transit equity audits.
from moveq_catalogue import CatalogueCommand-line utilities to calculate metrics on CSV files, format JSON outputs, and validate schema integrity in CI/CD pipelines.
moveq gini data.csv --value trips --weight popObservation: As you increase the service disparity between suburban commuter corridors and core transit routes, the Lorenz curve bows deeper away from the 45-degree diagonal, immediately expanding the Gini coefficient and Palma ratio.