playoffWin: Playoff Win Calculator

View source: R/league.R

playoffWinR Documentation

Playoff Win Calculator

Description

wraps PlayoffSeriesOdds with odds generator for a given home and away team

Usage

playoffWin(home_team, away_team, home_wins = 0, away_wins = 0, params = NULL)

Arguments

home_team

Home Ice Advantage Team

away_team

Opponent Team

home_wins

Home Ice Advantage Team Wins in Series

away_wins

Opponent Team Wins in Series

params

The named list containing m, rho, beta, eta, and k. See updateDC for information on the params list

Value

Odds from 0-1 of home team winning. Away odds are 1 - return value


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