From 949bd988f14458faa9506a919047cd11a1b07e78 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Fri, 13 Jun 2014 11:10:28 +0200 Subject: [PATCH] doc: dseries/reporting: clarify freq field of dates --- doc/dseries-and-reporting/dseriesReporting.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dseries-and-reporting/dseriesReporting.tex b/doc/dseries-and-reporting/dseriesReporting.tex index 09e749f546..2adcec2bd4 100644 --- a/doc/dseries-and-reporting/dseriesReporting.tex +++ b/doc/dseries-and-reporting/dseriesReporting.tex @@ -170,7 +170,7 @@ X = \myitem The \texttt{dates} command creates an object that represents at least one date at a given frequency \myitem A \texttt{dates} object contains 3 members (fields): \begin{itemize} - \myitem{\textbf{\texttt{freq}}}: 1 (Annual), 4 (Quarterly), 12 (Monthly), 52 (Weekly) + \myitem{\textbf{\texttt{freq}}}: 1, `y' (Annual); 4, `q' (Quarterly); 12, `m' (Monthly); 52, `w' (Weekly) \myitem{\textbf{\texttt{ndat}}}: The number of dates \myitem{\textbf{\texttt{time}}}: An \texttt{ndat$\times$2} matrix; the 1\textsuperscript{st} col is the year and the 2\textsuperscript{nd} col is the period \end{itemize} -- GitLab