Skip to content

Commit

Permalink
Update videos.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zaltac authored Jan 17, 2025
1 parent 3e9cec9 commit 0167ba7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Chapter07/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
[Video 2. Linear and Polynomial Regression](https://www.youtube.com/watch?v=wfrfmDhxdXE) This video covers the implementation of the polynomial regression with a numerical example for linear regression model. The goodness of fit metrics such as r-squared, residual and PO plots, and 68 and 95% confidence intervals are also covered.

[Video 3. Nonlinear (Linearizable) Least Squares Regression](https://www.youtube.com/watch?v=wG4J4nnjgxk) This video covers transformation techniques to convert complex or nonlinear models to linear models. Numerical solution of an example problem is given step-by-step with emphasis on calculating and assessing the goodness of fit metrics.

[Video 4. Multivariate Regression](https://www.youtube.com/watch?v=CXTDLgHHwgs) This video covers linear and exponential multivariate regression models. A numerical example, describing how to obtain a multivariate regression model and assess its goodness of fit, has been provided.

0 comments on commit 0167ba7

Please sign in to comment.