tennis_prob {welo} | R Documentation |
Probability of winning
Description
Calculates the probability that player wins over player
for match at time
using the WElo or Elo rates at time
. Formally:
where and
are the WElo or Elo rates at time
.
Usage
tennis_prob(i, j)
Arguments
i |
WElo or Elo rates for player |
j |
WElo or Elo rates for player |
Value
Probability that player wins the match against player
Examples
tennis_prob(2000,2000)
tennis_prob(2500,2000)
[Package welo version 0.1.4 Index]