simulatePlayoffs | R Documentation |
Solves playoff odds by MC simulation.
simulatePlayoffs(
summary_results = NULL,
nsims = 1e+05,
cores = NULL,
params = NULL
)
summary_results |
summary results |
nsims |
Number of playoff sims to run. Too many takes a long time. |
cores |
Number of processor cores to use |
params |
The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list |
a data frame of each teams' odds of winning each round (First Round, Second Round, Conference Finals and Stanley Cup)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.