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