Ans = get(X,Query)
[Ans,Ans,...] = get(X,Query,Query,...)
X
[ model ] - Tseries object.
Query
[ char ] - Query to the tseries object.
Ans
[ ... ] - Answer to the query.'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.