So glad to see you with new posts again! Huge fan of your work and especially of your transparency with posting your Stan code.
Can I ask how you construct your inactive scores for using home_offensive_inactive, home_defensive_inactive, etc. in the model? Do you use some estimate of individual player offensive/defensive skill and add them up for each team for each game?
Yeah I’m going from memory because it was a long time ago but I think I used PER. The idea of the module was to just make it flexible though. You can input whatever you think is a good representation of skill
So glad to see you with new posts again! Huge fan of your work and especially of your transparency with posting your Stan code.
Can I ask how you construct your inactive scores for using home_offensive_inactive, home_defensive_inactive, etc. in the model? Do you use some estimate of individual player offensive/defensive skill and add them up for each team for each game?
Yeah I’m going from memory because it was a long time ago but I think I used PER. The idea of the module was to just make it flexible though. You can input whatever you think is a good representation of skill
Makes sense -- thanks for the answer!