powered by
Sequentially add a set of time series
ts_sum(...)
list of ts time series that are added together
This function is used internally in dsa()
# NOT RUN { ts_sum(list(ts(rnorm(100,10,1)), ts(rnorm(100,10,1)), ts(rnorm(100,10,1)))) # }
Run the code above in your browser using DataLab