aflelo_params: AFLELO Params

Description Usage Arguments Value Examples

View source: R/params.R

Description

Object for storing parameters for an AFLELO Model

Usage

1
2
3
4
aflelo_params(new_team_rating = 1090, new_season_adjustment = 0.1,
  hga_alpha = 6, hga_beta = 15, pred_m = 400, pred_p = 0.0464,
  adjust_k_early = 82, adjust_k_normal = 62, adjust_k_finals = 72,
  sim_sigma = 37.1)

Arguments

new_team_rating

start rating for new teams

new_season_adjustment

amount to regress at beginning of new season, in range 0-1

hga_alpha

alpha parameter for calculating home ground advantage, controls the weighting given to travel

hga_beta

beta parameter for calculating home ground advantage, controls the weighting given to ground experience

pred_m

m parameter for predicting results, controls how difference in rating effects predicted result

pred_p

p parameter for predicting margins, controls how predicted results are converted to margins

adjust_k_early

k value for early rounds, bigger values cause bigger changes in ratings

adjust_k_normal

k value for normal rounds

adjust_k_finals

k value for finals

sim_sigma

standard deviation used when simulating margins

Value

A valid aflelo_params object

Examples

1

lazappi/aflelo documentation built on May 17, 2019, 7:30 p.m.