Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
3563:5063c93dfb8e | 3564:e01b9d1bc941 |
---|---|
1 2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/math/Outlier.java: | |
4 Corrected the formulas of Grubbs' test for outliers. | |
5 TODO: Remove only one(!) data point. Currently it removes | |
6 more than on point without recalculating the fitting curve. | |
7 This leads to too much removed points. | |
8 | |
1 2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 9 2012-07-30 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 10 |
3 * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java: | 11 * src/main/java/de/intevation/flys/artifacts/states/SQRelation.java: |
4 Setup better initial activity for the facets of the S/Q results. | 12 Setup better initial activity for the facets of the S/Q results. |
5 | 13 |