Live Presidential Forecast
nytimes.com
Live Presidential Forecast
1–10 of 318 posts
Re: Live Presidential Forecast
#2Re: Live Presidential Forecast
#3Re: Live Presidential Forecast
#4This is very cool. I'd love to see a tech write up later this month... and some stats!
I hope there's a solid statistical model behind it too though.
Re: Live Presidential Forecast
#5Re: Live Presidential Forecast
#6Re: Live Presidential Forecast
#7Nice but the three top gauges are moving suspiciously fast. Do they add a little random the the real number to give a sort of error margin visualisation ?
Re: Live Presidential Forecast
#8Nice but the three top gauges are moving suspiciously fast. Do they add a little random the the real number to give a sort of error margin visualisation ?
They gauges moving around is definitely random.
The updates are done with a "president.json" file, fetched every 15 seconds, but the timestamp in the json data only changes every 30-180 seconds.
So all of the movement is just random jitter to make it engaging.
Maybe a bit disingenuous.
(Note: I first thought they might be using websockets, but no WS connection is made on the page. Only a ajax fetch of president.json)
Re: Live Presidential Forecast
#9Nice but the three top gauges are moving suspiciously fast. Do they add a little random the the real number to give a sort of error margin visualisation ?