.checkTfp | R Documentation |
TFPmodel
for consistency and validity.Checks the input variables for the procedure TFPmodel
for consistency and validity.
.checkTfp(
tsl,
trend,
cycle,
cycleLag,
cubsAR,
errorARMA,
start,
end,
anchor,
anchor.h
)
tsl |
A list of time series objects, see details. |
trend |
A character string specifying the trend model. |
cycle |
A character string specifying the cycle model. |
cycleLag |
A non-negative integer specifying the maximum cycle lag that is included
in the CUBD equation. The default is |
cubsAR |
A non-negative integer specifying the maximum CUBS lag that is included
in the CUBS equation. The default is |
errorARMA |
A vector with non-negative integers specifying the AR and MA degree of the error term in the CUBS equation. |
start |
(Optional) Start vector for the estimation, e.g. |
end |
(Optional) End vector for the estimation, e.g. |
anchor |
(Optional) Snchor value for the log of the TFP trend. |
anchor.h |
(Optional) Anchor horizon in the frequency of the given time series. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.