doc: dseries/reporting: clarify freq field of dates

time-shift
Houtan Bastani 2014-06-13 11:10:28 +02:00
parent 5d2f298ebe
commit 949bd988f1
1 changed files with 1 additions and 1 deletions

View File

@ -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}