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 GetCSVStatisticIfcEach 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.StringgetCSVStatistic()java.lang.StringgetCSVStatisticHeader()The header string for the CVS representation
-