Explanation
The correct answer is C. The log-log model.
Understanding the Functional Forms:
-
Lin-log model:
- Form: Y=β0+β1ln(X)+ϵ
- This model tests the relationship between absolute changes in Y and relative changes in X (percentage changes in X).
-
Log-lin model:
- Form: ln(Y)=β0+β1X+ϵ
- This model tests the relationship between relative changes in Y (percentage changes in Y) and absolute changes in X.
-
Log-log model:
- Form: ln(Y)=β0+β1ln(X)+ϵ
- This model tests the relationship between relative changes in Y and relative changes in X.
Why Log-Log Model is Correct:
- In the log-log model, the coefficient β1 represents the elasticity of Y with respect to X.
- Elasticity measures the percentage change in Y for a 1% change in X.
- When both variables are in logarithmic form, the regression coefficient directly measures the relationship between relative changes (percentage changes) in both variables.
- This is exactly what the question asks for: "the linear relationship between relative changes in the dependent variable and relative changes in the independent variable."
Mathematical Derivation:
For the log-log model:
ln(Y)=β0+β1ln(X)+ϵ
Taking the derivative with respect to X:
dln(X)dln(Y)=β1
Since dln(Y)≈YdY (percentage change in Y) and dln(X)≈XdX (percentage change in X), we get:
%ΔX%ΔY≈β1
Thus, β1 represents the elasticity of Y with respect to X, which is the relationship between relative changes in both variables.
CFA Context:
This concept is important in quantitative methods for understanding different functional forms in regression analysis and their interpretations, particularly in financial modeling where elasticities are commonly used.