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

Online Help

All Products    Maple    MapleSim


Overview of the TimeSeriesAnalysis Package

 

Description

List of TimeSeriesAnalysis Package Commands

Compatibility

Description

• 

The TimeSeriesAnalysis package contains functions for working with data that varies with time, specifically, data where the time intervals between data points are regular. The commands in this package are well suited to time series analysis of macroeconomic data.

• 

It is recommended that you create a TimeSeries object as your first step before using the commands in this package.

• 

Each command in the TimeSeriesAnalysis package can be accessed by using either the long form or the short form of the command name in the calling sequence.

  

The long form, TimeSeriesAnalysis:-command, is always available. The short form can be used after loading the package.

List of TimeSeriesAnalysis Package Commands

Aggregate

AIC

AICc

Apply

BIC

BoxCoxTransform

Decomposition

Difference

ExponentialSmoothingModel

Forecast

GetData

GetDateFormat

GetDates

GetHeaders

GetParameter

GetParameters

GetPeriod

Initialize

Join

LogLikelihood

LogTransform

LongestDefinedSubsequence

NumberOfParameters

OneStepForecasts

Optimize

SeasonalSubseriesPlot

SetParameter

Specialize

TimeSeries

TimeSeriesPlot

Unapply

 

Compatibility

• 

The TimeSeriesAnalysis package was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

TimeSeries object