I am reading a paper by Bolton and Chapman about predicting horse races and I am having trouble understanding a certain formula. To give you the context, the paragraph is called: "Estimating the Parameters of the Multinomial Logit Model". It says:
The likelihood function associated with a particular sample of races can be written in the following form for the multinomial logit model: $$exp(L) = \prod_{j=1}^J P_{jh*}$$ where the j subscript denotes a race (j = 1, 2, ..., J), h* in equation (10) is the horse that is observed to win eace j, and L refers to the log-likelihood function.
L is said to be the log-likelihood but it is not clear how it fits in here. My question is then: how should one interpret this exp(L), given that L is used as an argument to exp but is never used on the right side of the equation?
Note that it is not introduced previously in the text either.
Is it perhaps some shorthand notation or a convention one needs to be familiar with?