predictMultipleDaysResultsDC: Predict Multiple Days's W/L/D results

View source: R/dixon-coles.R

predictMultipleDaysResultsDCR Documentation

Predict Multiple Days's W/L/D results

Description

Calculate what each days' game predictions were by recalculating rho and m using games only up to the previous day. This is kinda slow, so a full season might take an hour or more depending on your hardware. Split out of the SeasonMetrics code to help with requests by @JB4991 on twitter.

Usage

predictMultipleDaysResultsDC(
  startDate,
  endDate,
  schedule = HockeyModel::schedule,
  scores = HockeyModel::scores
)

Arguments

startDate

First day of predicted results

endDate

Last day of predicted results

schedule

HockeyModel::schedule

scores

HockeyModel::scores

Value

a data frame like HockeyModel::schedule with HomeWin, AwayWin and Draw odds


pbulsink/HockeyModel documentation built on Dec. 16, 2024, 8:03 a.m.