Revert using unweighted variance in weight calculation

This reverts commit 165e6805ab.
This commit is contained in:
Miroslav Lichvar
2011-04-28 17:12:39 +02:00
parent 7f12919fea
commit 66c7ac4d24
3 changed files with 9 additions and 18 deletions

View File

@@ -86,7 +86,6 @@ RGR_FindBestRegression
double *b0, /* estimated y axis intercept */
double *b1, /* estimated slope */
double *s2, /* estimated variance of data points */
double *us2, /* estimated unweighted variance of data points */
double *sb0, /* estimated standard deviation of
intercept */