Live data from Hacker News

Why does a least squares fit appear to have a bias when applied to simple data?

stats.stackexchange.com

81–84 of 84 posts

Re: Why does a least squares fit appear to have a bias when applied to simple data?

#82
post #6

The least squares and pca minimize different loss functions. One is sum of squares of vertical(y) distances, another is is sum of closest distances to the line. That introduces the differences.

"...sum of squared distances to the line" would be a better description. But it also depends entirely on how covariance is estimated
Post reply on HN