- 665
- 68
Homework Statement
Show that the calculation of an arithmetic mean for a given set of values y1,y2...yn is equivalent to fitting the line y=y_av to the data under the least square criterion
Homework Equations
distance between the data points and the best fit curve:
d(y_n,f(x))= \Sigma_{i=1}^{n}(y_i-f(x_i,a_1,a_2,...,a_n))^2
arithmetic mean of a set of values y_n:
y_av= \frac{1}{n} \Sigma_{i=1}^{n}y_i
The Attempt at a Solution
I need help getting started please!