playoffSolverEngine | R Documentation |
Does the actual simulating. A function so it's parallelizable. Not to be called directly. Exported for parallel's use
playoffSolverEngine(
nsims,
completedSeries,
east_results,
west_results,
currentSeries,
summary_results,
homeAwayOdds,
params = NULL
)
nsims |
number of sims (in each core) |
completedSeries |
completed series |
east_results |
east_results |
west_results |
west_results |
currentSeries |
currentSeries |
summary_results |
summary_results |
homeAwayOdds |
precalculated home & away pairs of odds - if available. |
params |
The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.