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

doc: small fixes to dseries/reporting slides

parent 72995413
No related branches found
No related tags found
No related merge requests found
...@@ -436,9 +436,9 @@ would be transformed into ...@@ -436,9 +436,9 @@ would be transformed into
\begin{alltt} \begin{alltt}
>> ts = dseries(FILENAME); >> ts = dseries(FILENAME);
\end{alltt} \end{alltt}
\myitem File format (\texttt{.csv, .xls}): dates in first column (using the standard format: \myitem File format (\texttt{.csv, .xls}): dates (optional) in first column (using the
199Q1 for quarterly data, 1990Y for annual data, \dots) and (optional) standard format: 199Q1 for quarterly data, 1990Y for annual data, \dots) and variable
variable names in the first row names (optional) in the first row
\myitem File format (\texttt{.m, .mat}): must define the variables \texttt{INIT\_\_}, \myitem File format (\texttt{.m, .mat}): must define the variables \texttt{INIT\_\_},
\texttt{NAMES\_\_}, and, optionally, \texttt{TEX\_\_}. More info in the \texttt{NAMES\_\_}, and, optionally, \texttt{TEX\_\_}. More info in the
manual. Data are vectors. manual. Data are vectors.
...@@ -448,10 +448,10 @@ would be transformed into ...@@ -448,10 +448,10 @@ would be transformed into
cons = randn(100,1); cons = randn(100,1);
\end{alltt} \end{alltt}
\end{itemize} \end{itemize}
Create an empty time series. Useful for programatically creating a series. Create an empty time series. Useful for renaming dseries.
\begin{itemize} \begin{itemize}
\myitem \texttt{ts=dseries();} \myitem \texttt{tseries = dseries();}
\myitem \texttt{ts=dseries(dates(`1999y'));} \myitem \texttt{ts = tseries(randn(3,2));}
\end{itemize} \end{itemize}
\end{frame} \end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment