huffyhenry / shot-generation

Bayesian modelling of shot generation and conversion in soccer
GNU Lesser General Public License v3.0
10 stars 0 forks source link

Explore non-memoryless models #7

Closed huffyhenry closed 6 years ago

huffyhenry commented 6 years ago

Check if treating shooting as a non-memoryless process, ie. where the shooting rate is dependent on time since last shot, leads to a better model. In particular, try survival models based on the Weibull distribution.

Requires #4 to choose the better model.