tsgen-package: Time series generator

Description Details Author(s) Examples

Description

Provide tools to generate time series

Details

Package: tsgen
Type: Package
Version: 1.0
Date: 2012-05-05
License: MIT

~~ An overview of how to use the package, including the most important ~~ ~~ functions ~~

Author(s)

Claudio Duarte, Joao Daniel

Maintainer: Joao Daniel <jdanielnd@gmail.com> ~~ The author and/or maintainer of the package ~~

Examples

1
2
3
4
5
set.seed(123)
kp <- c(100,110,140,120,90)
bs <- basic.series(kp, start=c(2008,1))
bss <- add.season(bs)
add.price(bss, -2, random.price=TRUE, 2, 10)

jdanielnd/tsgen documentation built on May 18, 2019, 10:26 p.m.