TimeSeriesAnalysis
Apply
apply a transformation
Unapply
unapply a transformation
Calling Sequence
Parameters
Description
Examples
Compatibility
Apply(trafo, timeseries)
Unapply(trafo, forecast)
trafo
-
TimeSeries transformation object, such as BoxCoxTransform or Difference
timeseries
TimeSeries data set
forecast
TimeSeries data set, typically obtained from a forecasting method
The Apply and Unapply commands are used with transformation objects, and are explained on the help pages of these transformation objects.
Transformation objects are created by the Difference and BoxCoxTransform commands. The LogTransform command is a special case of the BoxCoxTransform command.
Here are the log-transformed data.
Reconstructing the original data:
Here are the differences in sales from week to week.
Reconstructing the original data (except for the first row):
The TimeSeriesAnalysis[Apply] and TimeSeriesAnalysis[Unapply] commands were introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
BoxCoxTransform
Difference
LogTransform
Download Help Document