Linear Least Squares

Поділитися
Вставка
  • Опубліковано 11 лип 2024
  • Finding the line of best fit using the Linear Least Squares method.
    Covers a straight line, parabola, and general functions.

КОМЕНТАРІ • 17

  • @julianzuloaga
    @julianzuloaga 3 роки тому +5

    "Have fun programming this up", it's funny because that's exactly what I'm trying to do haha. Thanks Professor, your explanation really helped me!

  • @extrastuff9352
    @extrastuff9352 4 роки тому

    I bet there's a lot more people out there that could use this than have found it. Tis very well done.

  • @AnkitVashisht
    @AnkitVashisht 3 роки тому +1

    Nicely explained professor, Respect from India :)

  • @yoseftadesse1377
    @yoseftadesse1377 3 роки тому +2

    what a great explanation!!!!! thank you sir!

  • @nikhil7455
    @nikhil7455 2 роки тому

    Great explanation , loved it ;)

  • @zhao8275
    @zhao8275 3 роки тому

    thank u so much for the brilliant explanation!!!

  • @theae5570
    @theae5570 2 роки тому

    Thank you for your help!

  • @AJ-et3vf
    @AJ-et3vf 2 роки тому

    Great video sir. Thank you!

  • @UmBr3ll4CorP
    @UmBr3ll4CorP 3 роки тому +5

    Great explanation, but it would be more clear to show the derivation of the Least Squares Method over the actual minimization of squares of the residuals. That's why it's called least squared.

    • @TheTranq
      @TheTranq 2 роки тому +1

      I agree, but good explanation nonetheless. Better than what I got in class

    • @AJ-et3vf
      @AJ-et3vf 2 роки тому

      @@TheTranq agree

  • @Fahim18037
    @Fahim18037 3 роки тому +1

    Thank u sir..You helped me a lot

  • @TPLCreationLoft
    @TPLCreationLoft Рік тому

    If I'm understanding this correctly, this method solves 1 x column to a y column. In the polynomial case you can have n coefficients Cn, but still fitting that same x column to f(x). But what if you are trying to solve a polynomial for many independent variables xn?

  • @sounavailable
    @sounavailable Рік тому

    Is there a simple/intuitive explanation on why multiplying left with A transpose, even results in a system of equations who's solution is optimal? On a the surface, it only looks like a "trick" to make the over defined system of equations solvable

  • @johnzhu5735
    @johnzhu5735 3 роки тому

    probably would be more clean not to reuse 'm' to confuse people