calculate_probability: Calculate the Probability of Winning

View source: R/transform_epp.R

calculate_probabilityR Documentation

Calculate the Probability of Winning

Description

Probability of winning of a Player is the logit of the difference between EPP score of this Player and an Opponent.

Usage

calculate_probability(epp_1, epp_2)

Arguments

epp_1

Numeric. EPP score of Player.

epp_2

Numeric. EPP score of Opponent.

Details

Naming convention, such as Player, Rounds, etc. comes from Gosiewska et al. (2020).

Value

numeric

Examples

library(EloML)
calculate_probability(10, 8)


ModelOriented/EloML documentation built on June 22, 2022, 4:53 a.m.