Linear Least Squares

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 18

  • @DagonFF
    @DagonFF 2 หลายเดือนก่อน +1

    I am studying computational applied mathematics and this video is insanely useful, pretty amazing to see why in order to find these parameters we transpose all these matrices. Great job!

  • @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!

  • @AnkitVashisht
    @AnkitVashisht 4 ปีที่แล้ว +1

    Nicely explained professor, Respect from India :)

  • @extrastuff9352
    @extrastuff9352 4 ปีที่แล้ว +1

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

  • @yoseftadesse1377
    @yoseftadesse1377 4 ปีที่แล้ว +2

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

  • @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 3 ปีที่แล้ว +1

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

    • @AJ-et3vf
      @AJ-et3vf 2 ปีที่แล้ว

      @@TheTranq agree

  • @zhao8275
    @zhao8275 3 ปีที่แล้ว

    thank u so much for the brilliant explanation!!!

  • @AJ-et3vf
    @AJ-et3vf 2 ปีที่แล้ว

    Great video sir. Thank you!

  • @nikhil7455
    @nikhil7455 3 ปีที่แล้ว

    Great explanation , loved it ;)

  • @Fahim18037
    @Fahim18037 4 ปีที่แล้ว +1

    Thank u sir..You helped me a lot

  • @theae5570
    @theae5570 3 ปีที่แล้ว

    Thank you for your help!

  • @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 2 ปีที่แล้ว

    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 4 ปีที่แล้ว

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