Apply - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

TimeSeriesAnalysis

  

Apply

  

apply a transformation

  

Unapply

  

unapply a transformation

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Apply(trafo, timeseries)

Unapply(trafo, forecast)

Parameters

trafo

-

TimeSeries transformation object, such as BoxCoxTransform or Difference

timeseries

-

TimeSeries data set

forecast

-

TimeSeries data set, typically obtained from a forecasting method

Description

• 

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.

Examples

(1)

(2)

Here are the log-transformed data.

(3)

(4)

Reconstructing the original data:

(5)

(6)

Here are the differences in sales from week to week.

(7)

(8)

Reconstructing the original data (except for the first row):

(9)

(10)

Compatibility

• 

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

TimeSeriesAnalysis

 


Download Help Document