Package adams.data.statistics
Interface InformativeStatisticSupporter<T extends InformativeStatistic>
-
- All Known Implementing Classes:
Timeseries
public interface InformativeStatisticSupporter<T extends InformativeStatistic>
Interface for classes that return anInformativeStatistic
object.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
toStatistic()
Returns a statistic object for this object.
-
-
-
Method Detail
-
toStatistic
T toStatistic()
Returns a statistic object for this object.- Returns:
- statistics for this object
-
-