Deming regression: Difference between revisions

Content deleted Content added
References: Category
as it not estimates should be N not (N-1). See Glaister, P. (2001). "Least squares revisited".
Line 31:
: <math>\begin{align}
& \overline{x} = \frac{1}{n}\sum x_i, \quad \overline{y} = \frac{1}{n}\sum y_i, \\
& s_{xx} = \tfrac{1}{n-1}\sum (x_i-\overline{x})^2, \\
& s_{xy} = \tfrac{1}{n-1}\sum (x_i-\overline{x})(y_i-\overline{y}), \\
& s_{yy} = \tfrac{1}{n-1}\sum (y_i-\overline{y})^2.
\end{align}</math>