cardinalize {EloOptimized}R 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


[Package EloOptimized version 0.3.2 Index]