powered by
Function ardec.trend extracts the trend component from the autoregressive decomposition of a monthly time series.
ardec.trend(x)
time series
A list with components:
damping factor for the annual component
trend component
# 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