+ Reply to Thread
Results 1 to 3 of 3

Thread: Least Squares Parabola

  1. #1
    Points: 516, Level: 10
    Level completed: 32%, Points required for next Level: 34

    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Least Squares Parabola



    ...........
    Last edited by matlabber; 06-11-2012 at 01:13 PM.

  2. #2
    Super Moderator
    Points: 8,665, Level: 62
    Level completed: 72%, Points required for next Level: 85
    Dragan's Avatar
    Location
    Illinois, US
    Posts
    1,734
    Thanks
    0
    Thanked 129 Times in 115 Posts

    Re: Least Squares Parabola

    Quote Originally Posted by matlabber View Post
    Hi all

    I have been trying to find the values of the coefficients for the least squares parabola:

    y = a + bx + cx^2

    I have taken partial derivatives wrt a, b, c and now have three equations, but I don't know what to do next...any suggestions? Have you solved this before?

    thank you very much!!

    I can help with LaTeX in exchange for help thank you very much

    Your system of normal equations should look like the following:

    \Sigma y=an+b\Sigma x+c\Sigma x^{2}

    \Sigma xy=a\Sigma x+b\Sigma x^{2}+c\Sigma x^{3}

    \Sigma x^{2}y=a\Sigma x^{2}+b\Sigma x^{3}+c\Sigma x^{4}

  3. #3
    RotParaTon
    Points: 47,119, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardCommunity AwardMaster TaggerFrequent Poster
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,185
    Thanks
    212
    Thanked 1,639 Times in 1,401 Posts

    Re: Least Squares Parabola


    It's a system of three equations with three unknowns (a, b, c). Everything else is taken as a known fixed value. If I told you to solve for a, b, c given the following equations could you do it?

    1 = 3a + 4b - 2c
    2 = 7a - 13b + 8c
    92 = a + b - c
    "His programming is malfunctioning. It begins! Get your weapons, he's going to become a killbot!!!" - bryangoodrich

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats