There are many groups forecasting the 2020 Presidential Election using (primarily) polls based models. FiveThirtyEight run by Nate Silver and The Economist run by G Elliott Morris.
Both FiveThirtyEight and The Economist have published probabilities for each state in the 2020 Presidential Election.
Which forecasts will prove to be more accurate?
Will 538 outperform The Economist forecasting the 2020 Presidential Election?
To compare, we will score each set of predictions using a Brier score averaged over all N=51 races, computed as
where enumerates the possible outcomes (i.e. possible winners) in the th race out of N, where is the forecast probability of candidate winning the th race, and is assigned 1 if candidate wins the th race, and 0 otherwise.
For example, if The Economist assigned 52% to Trump and 48% to Biden in Texas and if Trump won then The Economist would achieve a Brier Score of
A lower Brier score is better, with perfect predictions corresponding to S=0.
This question resolves positively if the Brier score for the 51 races is lower for 538's probabilities than for The Economist's probabilities. We will download each model's "model outputs" from their respective websites at 1400 UTC 02-Nov-2020
To obtain the 538 probabilities we will download the CSV from here and take the winstate_inc for Republicans and winstate_chal for Democrats in each state. (Ignoring congressional district specific probabilities)
To obtain The Economist's probabilities we will download the model outputs zip here, and use the values from the state_averages_and_predictions_topline.csv file