ATA.Core {ATAforecasting} | R Documentation |
The core algorithm of the ATA Method
Description
The core algorithm of the ATA Method
Usage
ATA.Core(X, pk, qk, phik, mdlType, initialLevel, initialTrend)
Arguments
X |
A numeric vector or time series. |
pk |
Value of Level parameter. |
qk |
Value of Trend parameter. |
phik |
Value of Damping Trend parameter. |
mdlType |
An one-character string identifying method using the framework terminology. |
initialLevel |
"none" is default,
|
initialTrend |
"none" is default,
|
Value
Returns an object of class "ATA
"
[Package ATAforecasting version 0.0.60 Index]