Estimation Strategies
Spring 2026 | CLAS | PSYC 894
Jeffrey M. Girard | Lecture 04a
lm() uses Ordinary Least Squares (OLS) estimation
Imagine calculating SSR for every possible \(\beta\) estimate
Plot the estimated values on \(x\) and their SSR values on \(y\)
SSR will be smallest at the true population parameter value
SSR will increase as estimates move away from this value
The plotted loss function will appear quadratic (like a U)
The OLS estimates will be at the bottom of that curve
This is when the derivative of the loss function equals zero
Here is our imagined plot when the true value is \(\beta=3.0\)
The derivative is the slope of the tangent line
In Simple Regression: \[Slope = \frac{\text{Covariance}(X,Y)}{\text{Variance}(X)}\]
What if I walk for days and never reach a peak of the hill?
What if I get stuck on a local peak that isn’t the summit?
Potential Solutions
We start with no knowledge of the likelihood function
We can choose three starting values at \(x=\{0,5,10\}\)
Now each climbs until convergence and the highest wins
Our maximum likelihood estimate would thus be \(x \approx 2\)
The unknown-to-us likelihood function is plotted in black
\[ \text{Posterior} \propto \frac{\text{Likelihood}\cdot\text{Prior}}{\text{Marginal Likelihood}} \\ \]
\[ P(\theta|\text{Data}) \propto \frac{P(\text{Data}|\theta)P(\theta)}{P(\text{Data})} \]
1. Point Estimate
We report the center of the posterior distribution (e.g., the Median) as our single “best guess” for the parameter.
2. Uncertainty Interval
We report the interval containing the inner 95% of the posterior density (e.g., the HDI) to show our uncertainty.