BruceJohnJennerLawso / scrap

Hockey stats analysis done by scraping the data to a csv file, then processing/analyzing them with more python.
3 stars 0 forks source link

stat comparison ability for season parts #74

Closed BruceJohnJennerLawso closed 7 years ago

BruceJohnJennerLawso commented 7 years ago

Most of the seasonParts being looked at will only need to be relative to the full season, but doing things like projecting stats over the first 10,20,40 games against true full season performance will need the base values of opponent goals for, against, points, etc. totalled and averaged over the first 10,20,40 games. This is going to be tricky, so first time around I want to just have everything relative to full season. Later it may be possible to expand to a true comparison system.

BruceJohnJennerLawso commented 7 years ago

Should essentially be working in practice right now, but has not been tested yet

BruceJohnJennerLawso commented 7 years ago

Im happy enough with calling this done as of 5a912c61922fa54d560c838b25280ac459242f1e

The front/back AOQI/ADQI have been paper tested against a watMu team, and look to be working flawlessly, so I think this is good to go.