SerieCoefficients: Serie Coefficients

Description Usage Arguments Value Examples

Description

Returns the coeffients of a time-series.

Usage

1
2
## S3 method for class 'Serie'
s[index]

Arguments

s

a Serie object

index

the index of an element or a valid date in the time-series dating

Value

Returns the coefficient of the selected index or date.

Examples

1
2
3
s <- Serie(rnorm(12), Monthly, Date(2015))
s[1]
s[Date(2015)]

tolBasis documentation built on May 2, 2019, 3:44 a.m.