1 Models
The underlying model takes the form:
Wi=αLβiezi
where α and β are intercept and slope parameters (on log scale), Li, Wi are the length and weight, repectively, of individual i, and zi∼N(μ,σ2)
This model assumes log normal observational error (normal/gaussian on the log scale). This is important when the fitted model is used to predict weights from length
This model can be extended to :
Wji=αLβjjiezi for season j, j= 1, …, 4 (spring, summer, fall, winter) or sex j, j = 1, …, 3 (0, 1, 2) or extended further to include season:sex combinations. These models are all nested and can therefore be tested using standard statistical methods.
1.1 Relationship between Normal and Log Normal distribution
If
Z∼ LN(μ,σ2) then
ln(Z)∼N(μ,σ2)
Note that each distribution uses the same parameters but their interpretations are different. For example the interpretation of μ and σ2, under the normal distribution, are mean and variance:
E(ln(Z))=μ Var(ln(Z))=σ2
but under the log normal distibution the mean and variance are:
E(Z)=eμ+σ22 Var(Z)=(eσ2−1)(e2μ+σ2)
This is important when predicting weight from length.
1.2 Fitting
For this type of model it is natural to take logs and fit using ordinary least squares, since zi∼N(μ,σ2)
ln(Wi)=ln(α)+βln(Li)+zi where ln(Wi) is regressed on ln(Li) to estimate ln(a), β, and σ2
1.3 Prediction
Now to estimate Weight using this fitted model
E(Wi)=^Wi=E(aLβieZi)=E(aLβi)E(eZi)=aLβieσ2/2=eln(a)+βln(Li)eσ2/2=ea+βln(Li)+σ2/2
It is common, although incorrect, to see
^Wi=ea+βln(Li) omitting the term σ2/2.
By omitting this term the resulting fitted value of weight will be biased toward smaller (in weight) individuals.