Brad Malone wrote:
> Hi, I'm running into an error with linear least squares that I'm not
> sure what to do about. For reference, I'm trying to fit a curve
> corresponding to the example at the bottom of this wikipedia page:
> http://en.wikipedia.org/wiki/Linear_least_squares
>
> My code loo
Brad Malone wrote:
> Hi, I'm running into an error with linear least squares that I'm not
> sure what to do about. For reference, I'm trying to fit a curve
> corresponding to the example at the bottom of this wikipedia page:
> http://en.wikipedia.org/wiki/Linear_least_squares
>
You are mixing
Hi, I'm running into an error with linear least squares that I'm not sure
what to do about. For reference, I'm trying to fit a curve corresponding to
the example at the bottom of this wikipedia page:
http://en.wikipedia.org/wiki/Linear_least_squares
My code looks like this:
from numpy import *