I'm reading a paper about predicting baseball games, and I'm having trouble figuring out what one of the variables means. It's the "r1, r2, and r3" variables in the following passage:
It is unreasonable to expect that all three ratios affect the probability of winning in the same way. We therefore adopt unknown contribution parameters r=(r1,r2,r3) where we define the relative strength of the home team over the visiting team at time s as
λs=α^r1∗β^r2∗γ^r3
We assume that the contribution parameters are constant across all MLB teams and arise from independent prior distributions with ri ∼uniform(0,ai)where ai is prescribed, i=1,2,3. The value ri close to 0 implies that the corresponding ratio has little effect on the relative strength. For the MLB data considered in this paper, we let ai =2 for i =1,2,3. We view these as subjective priors where we use our knowledge of MLB to impose effects based on the current winning percentage, batting and pitching. Note that in the context of the models described below, ai = 2 is a realistic upper bound for the value of ri , i=1,2,3.
I don't understand what they mean by
ri ~ uniform(0,ai)
This r variable is responsible for weighting the particular variables involved in this prediction, so it seems to be pretty important that I know how to calculate it. Thank's in advance.
Edit: Here is the paper in question: http://people.stat.sfu.ca/~tim/papers/mlb.pdf