tsvalue {tfarima}R Documentation

Value of a time series at a date

Description

tsvalue select a value from a time series by date.

Usage

tsvalue(x, date)

Arguments

x

an ts object.

date

the time of the specific observation, c(year, month/quarter).

Value

The value of the observation, double.


[Package tfarima version 0.3.2 Index]