Ramp regressor
Arguments
- frequency
Frequency of the series, number of periods per year (12,4,3,2..)
- start, length
First date (array with the first year and the first period) (for instance
c(1980, 1)
) and number of periods of the output variables. Can also be provided with thes
argument- s
time series used to get the dates for the trading days variables. If supplied the parameters
frequency
,start
andlength
are ignored.- range
the range of the regressor. A vector of length 2 containing the datesin the format
"YYYY-MM-DD"
or the position in the series, in number of periods from counting from the series start.