First time here, so I hope you'll not get too frustrated if I make any etiquette mistakes for this forum. So here's my question.
I know there are snow day calculators out there, but I'm trying to create my own for an application I'm building for my kids. I have the data, and I know how I'd like to calculate it, but I'd like to see if you all can help me create a math formula to calculate it.
Currently I'm just using accumulation to start. Here's an estimate my wife and I put together for snow days here.
- 1" : 5% chance snow day
- 2" : 6%
- 3" : 10%
- 5" : 40%
- 7" : 80%
At first I thought I could just run with a fibonacci series... but I dont think it ramps up correctly.
Can anyone point out how I can find this formula out?
So the schools will sometimes cancel school days based on snow fall
What I'm trying to calculate is a % probability that school will be cancelled.... The more inches of snow in the forecast, the higher probability it will be a snow day.
The problem I'm having with this, is that there is a definite curve once you get to the 3 inches of snow and higher... because < 3 inches of snow, its very unlikely the kids will get a school day off for snow. > 3 inches, it begins to dramatically increase...
– Dev Fellow Jan 18 '16 at 04:54