Least Squares App
Play around with the least squares app on Play around with the least squares app on http://solve.shinyapps.io/LeastSquaresApp
- Use
N=10 - Try to adjust manually the intercept and the slope to minimize the sum of squared errors,
K. - Display the least square estimate to see how close you were.
- Display the true model. Were you close?
Once Again,
- Increase to
N=100 - Repeat the procedure.
- Are you closer to the true model now?