Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Adjemian
dynare
Commits
d39eb4d9
Commit
d39eb4d9
authored
10 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
doc: small fixes to dseries/reporting slides
parent
72995413
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/dseries-and-reporting/dseriesReporting.tex
+6
-6
6 additions, 6 deletions
doc/dseries-and-reporting/dseriesReporting.tex
with
6 additions
and
6 deletions
doc/dseries-and-reporting/dseriesReporting.tex
+
6
−
6
View file @
d39eb4d9
...
@@ -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 creat
ing
a
series.
Create an empty time series. Useful for
renam
ing
d
series.
\begin{itemize}
\begin{itemize}
\myitem
\texttt
{
ts
=
dseries();
}
\myitem
\texttt
{
ts
eries =
dseries();
}
\myitem
\texttt
{
ts
=d
series(
dates(`1999y'
));
}
\myitem
\texttt
{
ts
= t
series(
randn(3,2
));
}
\end{itemize}
\end{itemize}
\end{frame}
\end{frame}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment