HoniSanders / homunculus

0 stars 0 forks source link

theoretical statistics #6

Open siweiss opened 8 years ago

jybrown commented 8 years ago

Data Frame -- batter name -- batter attributes (age, L/R, weight, switch hitter) -- batter stats (up to that point in season) -- batter stat (life long) -- batter team stats (up to that point in season) e.g. winning percentage -- batter team stats (previous season) e.g. winning percentage-- starting pitcher -- starting pitcher stats (up to that point in season) -- starting pitcher stats (life long) -- starting pitcher team stats (up to that point in season) e.g. winning percentage -- starting pitcher team stats (previous season) e.g. winning percentage -- game informatioon (night/day, home/away, stadium) -- hit/no hit OR all walks -- number game during season

herlands commented 8 years ago

Model Types Generic batter models

Individual batter models

Classification prediction

Choice of player Each day we will choose 1 or 2 players with the following procedure: (1) Compute the mean( max (lower CI) ) over all batters (2) If >=2 players are above this value, choose the 2 players = max_{p1,p2} (lower CI) (3) Otherwise choose 1 player = max_{p} (lower CI)