alarm-redist / fifty-states

Redistricting analysis for all 50 U.S. states
https://alarm-redist.github.io/fifty-states/
Other
9 stars 7 forks source link

2020 North Carolina Congressional Districts #46

Closed mzwu closed 2 years ago

mzwu commented 2 years ago

Redistricting requirements

In North Carolina, under North Carolina State Constitution Article II Sections 3 & 5, districts must:

  1. be contiguous
  2. have equal populations
  3. be geographically compact
  4. preserve county boundaries as much as possible

Interpretation of requirements

We enforce a maximum population deviation of 0.5%. We add a county constraint. We add a VRA constraint targeting two majority-minority districts.

Data Sources

Data for North Carolina comes from the ALARM Project's 2020 Redistricting Data Files. Data for the 2021 North Carolina ratified congressional map comes from the North Carolina State Board of Elections.

Pre-processing Notes

No manual pre-processing decisions were necessary.

Simulation Notes

We sample 6,000 districting plans for North Carolina and subset to 5,000 which contain at least two majority-minority districts. A county split constraint was used.

Validation

validation_20220202_2043_vra6_final

Checklist

Additional Notes

Performance plot for BVAP. nc_performance_final

Statistics for population growth and racial composition change from 2010 to 2020. In general, rural counties are losing population and urban cities are driving population growth. White and Black population have both increased, but they each comprise a lesser percentage of overall population than they did in 2010. image (1) image

@kuriwaki

kuriwaki commented 2 years ago

The red line in the validation plot is the 2010 CD plan (which is probably why its population deviance is over 12%), but perhaps it would be better to show the 2020 passed plan instead as a reference?

kuriwaki commented 2 years ago

Thanks Melissa for updating the original post with more analysis. It looks good to me; @christopherkenny or @CoryMcCartan can one of you do another final check?

See the original post that has been updated. Some additional notes:

Here's the BVAP boxplot again but with the enacted district numbers

image

and here's where the districts are

image

christopherkenny commented 2 years ago

Two thoughts:

mzwu commented 2 years ago

I can adjust the VRA constraint strength and/or target minority VAP percentage, and see where that gets us. Avoiding incumbent pairing is allowed, but not required. Should I implement that?

mzwu commented 2 years ago

I did the oversampling and kept the plans with 2 MMDs. The updated validation plots and performance plot are in the PR. Thoughts? @kuriwaki @christopherkenny

kuriwaki commented 2 years ago

Maybe I misunderstood but I thought @christopherkenny was saying to only keep plans that have Democrats winning in high BVAP districts, rather than keep plans with MMDs. In the performance plot, should we apply that filter to ordered districts 11-14? It seems all the simulted most BVAP district are "performant".

christopherkenny commented 2 years ago

Yes, my original point was that some of the most-black districts had non-performing districts, so even though they were around 50% black, some of them would not elect Democrats, which we know is the minority preferred choice in North Carolina from recent litigation.

If the enacted plan has two performing MMDs, this is a reasonable choice, as your set up also has two performing MMDs then. The next two are probably sufficient as influence districts, based on their MVAP and party values, if there are two MMDs.

christopherkenny commented 2 years ago

I think we are good to go here then @mzwu. Is that right @kuriwaki and @CoryMcCartan?

kuriwaki commented 2 years ago

yes: the new edits reflected in the top post addresses the issues we had last Wednesday.

CoryMcCartan commented 2 years ago

Looks good to me. The only thing is what do to now that the plan has been struck down. Generally we haven't shown plans under litigation, but I don't think there's a particular reason not to. As long as we update it with the new plan once it's decided.