dcPredictMultipleDays: DC Predict Multiple Days

View source: R/dixon-coles.R

dcPredictMultipleDaysR Documentation

DC Predict Multiple Days

Description

For catching up on daily predictions

Usage

dcPredictMultipleDays(
  start = as.Date(getSeasonStartDate()),
  end = Sys.Date(),
  scores = HockeyModel::scores,
  schedule = HockeyModel::schedule,
  filedir = getOption("HockeyModel.prediction.path"),
  nsims = 1e+05,
  cores = NULL,
  likelihood_graphic = TRUE
)

Arguments

start

First day to predict. Default start of season

end

Last day to predict. Default today

scores

HockeyModel::scores

schedule

HockeyModel::schedule

filedir

Where to save prediction files.

nsims

number of simulations to run

cores

number of cores in parallel to simulate on

likelihood_graphic

Whether to call for creation of likelihood graphic. Default True

Value

true, if successful


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