OLS Estimation and CAPM Analysis Questions
OLS Estimation and CAPM Analysis Questions
The five assumptions about error terms in a CLRM are: (1) Linearity in parameters - the model is linear in terms of parameters. (2) No perfect multicollinearity - no independent variable is a perfect linear function of other explanatory variables. (3) Zero conditional mean - the expected value of errors is zero. (4) Homoscedasticity - the variance of errors is constant across observations. (5) No autocorrelation - error terms are uncorrelated with each other across observations. These assumptions are crucial to ensure the unbiasedness and consistency of parameter estimations, allowing for effective inference .
A stock's beta in the CAPM is estimated using the market model \(R_{it} = \alpha_i + \beta_i R_{mt} + u_{it}\), where \(R_{it}\) is the excess return on the stock, \(R_{mt}\) is the excess return on a market proxy, and \(u_{it}\) is the error term. The coefficient \(\beta_i\), estimated through OLS, represents the stock's sensitivity to market movements and its systematic risk .
The sample regression function, typically expressed as \(\hat{y_i} = \hat{\alpha} + \hat{\beta}x_i\), is derived from observed data and statistical estimation to estimate the unknown parameters \(\hat{\alpha}\) and \(\hat{\beta}\). In contrast, the population regression function \(y_i = \alpha + \beta x_i + \epsilon_i\) represents the true relationship in the entire population and includes a random error term \(\epsilon_i\). The sample function is an estimate, while the population function represents the actual, yet unknown, relationship .
Hypotheses are tested concerning the estimated values of coefficients due to the randomness inherent in data sampling. Actual coefficient values pertain to the population and remain unknown. Therefore, hypothesis testing focuses on sample estimates to draw inferences about population parameters, evaluating if observed data can support specific claims .
An estimator is considered superior if it possesses desirable statistical properties like unbiasedness, efficiency, and consistency. The OLS estimator is often considered superior because it is BLUE (Best Linear Unbiased Estimator) under the classical linear regression model assumptions. This means it minimizes the variance among all linear unbiased estimators, making it efficient .
Models may require rearrangement to ensure linearity in parameters, a fundamental requirement for OLS estimation. A model like \(Y_t = \alpha + \beta x_t + u_t\) is already linear in parameters and can be estimated without rearrangement. In contrast, models involving transformations of independent variables, such as logarithms, require rearrangement to fit into a linear format before OLS can be applied .
In OLS estimation, vertical distances are squared rather than using absolute values to ensure differentiability. Squaring the distances penalizes larger deviations more significantly than smaller ones, allowing the least squares solution to be found using calculus. This method also provides a unique solution and ensures the function is minimized effectively .
For a 95% confidence interval, \(\beta \pm t_{0.025} \times SE(\beta)\) results in \(0.214 \pm 2.030 \times 0.186\), giving \([-0.164, 0.592]\). A 99% confidence interval yields \(0.214 \pm 2.715 \times 0.186\), giving \([-0.292, 0.720]\). Since the interval includes zero in both cases, it suggests insufficient evidence to reject the null hypothesis that the stock's beta is zero, aligning with the claim of no systematic risk .
The null hypothesis is \(H_0: \beta = 1\), testing whether the stock is as risky as the market. The alternative hypothesis is \(H_a: \beta > 1\). Using a t-test with 61 degrees of freedom, the test statistic is \((1.147 - 1) / 0.0548 \approx 2.68\). At the 5% significance level, the critical t-value for a one-sided test is approximately 1.671. Since the test statistic exceeds the critical value, we reject the null hypothesis, suggesting the stock is more risky than the market .