class
BaseRate
BaseRate() :: ModelBlockABC
ModelBlockABC
Estimate average goalscoring rate as a separate parameter.
This can be useful, since it results in both team offence and team defence parameters being centered around 1.0
HomeAdvantage
HomeAdvantage() :: ModelBlockABC
Estimate home advantage.
Assumes constant home advantage is present in every match in the dataset
TeamStrength
TeamStrength() :: ModelBlockABC
Estimate team offence and team defence parameters.
KeyBlock
KeyBlock(key) :: ModelBlockABC
key
Generic model block for adding arbitrary model terms from the data to both home and away team
ConstantBlock
ConstantBlock(*args) :: ModelBlockABC
args
A model block for adding specific model terms to the parameter keys.
Can be useful in conjunction with LumpedAdapter to ensure that certain parameters are in the model (even if they aren't estimated)
LumpedAdapter