Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/statistics/TimeseriesStatistics.java @ 779:b1f5f2a8840f
Ordered imports. Removed needless imports. Removed empty headers.
gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 08:51:20 +0000 |
parents | 04cfb4e3da4f |
children | c4156275c1e1 |
comparison
equal
deleted
inserted
replaced
778:9a828e5a2390 | 779:b1f5f2a8840f |
---|---|
13 * CVS State: $State: Exp $ | 13 * CVS State: $State: Exp $ |
14 * Project: $ProjectName$ | 14 * Project: $ProjectName$ |
15 */ | 15 */ |
16 package de.intevation.gnv.statistics; | 16 package de.intevation.gnv.statistics; |
17 | 17 |
18 import de.intevation.gnv.geobackend.base.Result; | |
19 import de.intevation.gnv.geobackend.base.ResultDescriptor; | |
20 | |
21 import de.intevation.gnv.state.describedata.KeyValueDescibeData; | |
22 | |
23 import de.intevation.gnv.statistics.exception.StatisticsException; | |
24 | |
18 import java.sql.SQLException; | 25 import java.sql.SQLException; |
26 | |
19 import java.util.ArrayList; | 27 import java.util.ArrayList; |
20 import java.util.Collection; | 28 import java.util.Collection; |
21 import java.util.Iterator; | 29 import java.util.Iterator; |
22 | 30 |
23 import org.apache.commons.math.stat.descriptive.DescriptiveStatistics; | 31 import org.apache.commons.math.stat.descriptive.DescriptiveStatistics; |
32 | |
24 import org.apache.commons.math.stat.regression.SimpleRegression; | 33 import org.apache.commons.math.stat.regression.SimpleRegression; |
34 | |
25 import org.apache.log4j.Logger; | 35 import org.apache.log4j.Logger; |
26 | |
27 import de.intevation.gnv.geobackend.base.Result; | |
28 import de.intevation.gnv.geobackend.base.ResultDescriptor; | |
29 import de.intevation.gnv.state.describedata.KeyValueDescibeData; | |
30 import de.intevation.gnv.statistics.exception.StatisticsException; | |
31 | 36 |
32 /** | 37 /** |
33 * The class <code>TimeseriesStatistics</code> fulfills the following purposes: | 38 * The class <code>TimeseriesStatistics</code> fulfills the following purposes: |
34 * <ol> | 39 * <ol> |
35 * <li></li> | 40 * <li></li> |