Package jsl.utilities.statistic
Interface GetCSVStatisticIfc
-
- All Known Subinterfaces:
StatisticAccessorIfc
,WeightedStatisticIfc
- All Known Implementing Classes:
AbstractStatistic
,AntitheticStatistic
,BatchStatistic
,CachedHistogram
,Histogram
,IntermittentDemandStatistic
,StandardizedTimeSeriesStatistic
,Statistic
,WeightedStatistic
public interface GetCSVStatisticIfc
Each statistic value separated by a comma with a corresponding header
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCSVStatistic()
java.lang.String
getCSVStatisticHeader()
The header string for the CVS representation
-