Uses of Class
com.walkfares.odsl.var.timeseries.TimeSeriesDistribution
| Package | Description |
|---|---|
| com.walkfares.odsl | |
| com.walkfares.odsl.conversion.scale | |
| com.walkfares.odsl.var.timeseries |
-
Uses of TimeSeriesDistribution in com.walkfares.odsl
Methods in com.walkfares.odsl that return TimeSeriesDistribution Modifier and Type Method Description static TimeSeriesDistributionGlobalOptions. getDistribution()Methods in com.walkfares.odsl with parameters of type TimeSeriesDistribution Modifier and Type Method Description static voidGlobalOptions. setDistribution(TimeSeriesDistribution distribution) -
Uses of TimeSeriesDistribution in com.walkfares.odsl.conversion.scale
Methods in com.walkfares.odsl.conversion.scale that return TimeSeriesDistribution Modifier and Type Method Description TimeSeriesDistributionScaleOptions. getDistribution()Methods in com.walkfares.odsl.conversion.scale with parameters of type TimeSeriesDistribution Modifier and Type Method Description static TimeValueArithmeticUtils. distave(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)static TimeValueArithmeticUtils. distsum(UTCDate date, double value, double pvalue, int item, int count, TimeSeriesDistribution dist)ScaleOptionsScaleOptions. setDistribution(TimeSeriesDistribution distribution) -
Uses of TimeSeriesDistribution in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries that return TimeSeriesDistribution Modifier and Type Method Description static TimeSeriesDistributionTimeSeriesDistribution. parse(String value)static TimeSeriesDistributionTimeSeriesDistribution. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeSeriesDistribution[]TimeSeriesDistribution. values()Returns an array containing the constants of this enum type, in the order they are declared.