AutoTrend

Syntax

AutoTrend(Input: ITimeSeries;
         Period: IMsPeriod)

Parameters

Input. The variable, which optimal trend is required to autoselect.

Period. The period, at which optimal trend is autoselected.

Description

it selects optimal trend for variable in the specified period.

Example

Formula Result Application
= AutoTrend({Brazil|BCA}, SetPeriod("2006A", "2009A")) Optimal trend is selected for the series Brazil|BCA in the period from 2006 to 2009. It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database.
= AutoTrend(X1,SetPeriod("2006A", "2009A")) Optimal trend is selected for the factor X1 in the period from 2006 to 2009. It can be used in model formulas of modeling container.

See also:

Functions Available in Expression Editor │ ForescastingIModelling.AutoTrend