Predict: Makes a prediction based on elo ratings for a given time...

Description Usage Arguments Value

Description

Makes a prediction based on elo ratings for a given time period.

Usage

1
Predict(player1, player2, elo, games, results)

Arguments

player1

First player in the head to head matchup.

player2

Second player in the head to head matchup.

elo

A set of elo ratings, in the original elo ratings format.

games

Total number of games played by either player.

results

A subset of match results (the second list returned from either elo ratings functions)

Value

A probability that player 1 will win the tennis match.


jzwolski/tennisR documentation built on May 20, 2019, 6:29 a.m.