Value = get(x,Query)
[Value,Value,...] = get(x,Query,Query,...)
x
[ model ] - Tseries object.
Query
[ char ] - Name of the queried property.
Value
[ ... ] - Value of the queried property.'end='
Returns [ numeric ] the date of the last observation.
'freq='
Returns [ numeric ] the frequency (periodicity) of the time series.
'nanEnd='
Returns [ numeric ] the last date at which observations are available in all columns; for scalar tseries, this query always returns the same as 'end'
.
'nanRange='
Returns [ numeric ] the date range from 'nanstart'
to 'nanend'
; for scalar time series, this query always returns the same as 'range'
.
'nanStart='
Returns [ numeric ] the first date at which observations are available in all columns; for scalar tseries, this query always returns the same as 'start'
.
'range='
Returns [ numeric ] the date range from the first observation to the last observation.
'start='
Returns [ numeric ] the date of the first observation.