You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UK Chat delegates decile statistics to policyengine.py, but the upstream
fallback grouping used pandas.qcut. That ignored MicroSeries weights and
assigned deciles by raw survey rows.
For household income distributions, computed groups should be person-weighted:
Problem
UK Chat delegates decile statistics to
policyengine.py, but the upstreamfallback grouping used
pandas.qcut. That ignored MicroSeries weights andassigned deciles by raw survey rows.
For household income distributions, computed groups should be person-weighted:
Resolution
Keep the weighting implementation in
policyengine.py, not UK Chat:groups for
DecileImpactandIntraDecileImpact.available.
household_net_income,equivalised_hbai_net_income, andwealth.household_wealth_decile.No
policyengine-ukchange is required.Acceptance criteria
person-weighted groups.
boundary.