predictMultipleDaysResultsDC | R Documentation |
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.
predictMultipleDaysResultsDC(
startDate,
endDate,
schedule = HockeyModel::schedule,
scores = HockeyModel::scores
)
startDate |
First day of predicted results |
endDate |
Last day of predicted results |
schedule |
HockeyModel::schedule |
scores |
HockeyModel::scores |
a data frame like HockeyModel::schedule with HomeWin, AwayWin and Draw odds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.