Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 3564:e01b9d1bc941
FixA: Corrected the formulas of Grubbs' test for outliers. Still a bit broken.
flys-artifacts/trunk@5162 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 31 Jul 2012 16:14:17 +0000 |
parents | 5063c93dfb8e |
children | b136113dad53 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Jul 30 11:25:19 2012 +0000 +++ b/flys-artifacts/ChangeLog Tue Jul 31 16:14:17 2012 +0000 @@ -1,3 +1,11 @@ +2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/math/Outlier.java: + Corrected the formulas of Grubbs' test for outliers. + TODO: Remove only one(!) data point. Currently it removes + more than on point without recalculating the fitting curve. + This leads to too much removed points. + 2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java: