nba_over: Compute optimal over allocations for NBA games

View source: R/nba_check.R

nba_overR Documentation

Compute optimal over allocations for NBA games

Description

Wrapper to computing over chances and allocaitons given series of games.

Usage

nba_over(
  bankroll,
  underdogs,
  faves,
  lines,
  b,
  n = 1000,
  alpha = 0.15,
  ci = TRUE,
  method = "cf"
)

Arguments

bankroll

the account value to bet with

underdogs

list of underdog team names

faves

list of favorite team names

lines

vector of lines

b

vector of wagers (typically 110)

n

number of steps to use in CF integration or MC trials

alpha

significance level for LBs and UBs for estimates

ci

boolean for using CI

method

string "cf" or "mc" for characteristic function method or Monte-Carlo

Value

prints out the bets.


shill1729/sportsbets documentation built on Dec. 27, 2022, 10:53 p.m.