cardinalize: internal fn to create cardinal rank scores

View source: R/internal_fns.R

cardinalizeR Documentation

internal fn to create cardinal rank scores

Description

internal function for generating cardinal ranks

Usage

cardinalize(x)

Arguments

x

input vector

Details

converts raw Elo scores into predicted number of individuals beaten (using Equation 1 from paper)

subtracting .5 is equivalent to removing the prob of winning against oneself because 1/(1 + exp(-0.01*0)) = 1/(1 + exp(0)) = 1/(1 + 1) = 1/2

Value

returns new vector of cardinal rank scores


jtfeld/EloOptimized documentation built on May 22, 2024, 4:41 p.m.