Learn R Programming

ArDec (version 2.1-1)

ardec.trend: Estimation of the trend component from a monthly time series

Description

Function ardec.trend extracts the trend component from the autoregressive decomposition of a monthly time series.

Usage

ardec.trend(x)

Arguments

x

time series

Value

A list with components:

modulus

damping factor for the annual component

trend

trend component

% \item{trendSim}{ matrix containing the simulated trend components as columns (for ardec.trend.bayes) }

Examples

Run this code
# NOT RUN {
<!-- %# warning: running the next command can be time comsuming! -->
# }
# NOT RUN {
data(co2)
ardec.trend(co2)
# }
# NOT RUN {
<!-- % ardec.trend.bayes(co2,2) -->
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab