simulateSeasonParallel | R Documentation |
Simulate the remainder of the season
simulateSeasonParallel(
scores = HockeyModel::scores,
nsims = 10000,
schedule = HockeyModel::schedule,
cores = NULL,
progress = FALSE,
params = NULL
)
scores |
Past (historical) season scores. Defaults to HockeyModel::Scores |
nsims |
number of simulations to run |
schedule |
Future unplayed games. Defaults to HockeyModel::schedule |
cores |
number of cores to use in parallel. |
progress |
whether to show a progress bar. |
params |
The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list |
a data frame of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.