gd_calc_rating: Goal Difference Model Calculate Rating

Description Usage Arguments Value

Description

Predict matches using the basic goal difference rating model

Usage

1
gd_calc_rating(results, .team, current_date, xi, max_gd = NA, min_matches = 10)

Arguments

historic_results

results to be used for the fitting the model

fit

fitted probit model using clm, either results ~ match_rating or over_under_2_5 (etc) ~ match_rating

match_rating

defined as the home_rating - away_rating, where a teams rating is exp weighted average of previous matches goal difference

market

see gd_simulate_matches

over_under_goals

see gd_simulate_matches

Value

match probabilities


neilcuz/panenkar documentation built on June 19, 2021, 7:31 p.m.