Uses of Enum Class
com.imsl.stat.TimeSeriesOperations.MergeRule
Packages that use TimeSeriesOperations.MergeRule
-
Uses of TimeSeriesOperations.MergeRule in com.imsl.stat
Methods in com.imsl.stat that return TimeSeriesOperations.MergeRuleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TimeSeriesOperations.MergeRule[]TimeSeriesOperations.MergeRule.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imsl.stat with parameters of type TimeSeriesOperations.MergeRuleModifier and TypeMethodDescriptionvoidTimeSeriesOperations.setMergeRule(TimeSeriesOperations.MergeRule mergeRule) Sets the rule that defines how two time series are merged.