ts_sum {dsa}R Documentation

Add time series

Description

Sequentially add a set of time series

Usage

ts_sum(...)

Arguments

...

list of ts time series that are added together

Details

This function is used internally in dsa()

Author(s)

Daniel Ollech

Examples

ts_sum(list(ts(rnorm(100,10,1)), ts(rnorm(100,10,1)), ts(rnorm(100,10,1))))

[Package dsa version 1.0.12 Index]