Skip to content
Snippets Groups Projects
Commit 59bfd89f authored by Houtan Bastani's avatar Houtan Bastani
Browse files

doc: update dseries slides to reflect changes

parent 8b960b87
Branches
Tags
No related merge requests found
......@@ -467,10 +467,10 @@ would be transformed into
\begin{alltt}
ts(2001Y:2003Y)
\end{alltt}
\myitem Can also use integer indices
\myitem Can also use integer indices (in a roundabout way)
\begin{alltt}
start = find(ts.dates==2001Y);
ts(start:end);
ts(ts.dates(start:end));
\end{alltt}
\myitem NB: Integer indices cannot be used to extract a single observation
because of lag/lead notation (see below)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment