Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 3565:b136113dad53
FixA: Only evict only one(!) data point as outlier before recalculating the function.
flys-artifacts/trunk@5163 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 31 Jul 2012 16:46:36 +0000 |
parents | e01b9d1bc941 |
children | 8d0f06b76e09 |
comparison
equal
deleted
inserted
replaced
3564:e01b9d1bc941 | 3565:b136113dad53 |
---|---|
1 2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 1 2012-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/math/Outlier.java: | |
4 Only evict only one(!) data point as outlier. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/fixings/Fitting.java: | |
7 Recalculate the function when one point is removed. | |
8 | |
9 2012-07-31 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/math/Outlier.java: | 11 * src/main/java/de/intevation/flys/artifacts/math/Outlier.java: |
4 Corrected the formulas of Grubbs' test for outliers. | 12 Corrected the formulas of Grubbs' test for outliers. |
5 TODO: Remove only one(!) data point. Currently it removes | 13 TODO: Remove only one(!) data point. Currently it removes |
6 more than on point without recalculating the fitting curve. | 14 more than on point without recalculating the fitting curve. |