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
Container registry
Model registry
Operate
Environments
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
Dynare
dynare
Commits
f06178a2
Commit
f06178a2
authored
10 years ago
by
Houtan Bastani
Browse files
Options
Downloads
Patches
Plain Diff
doc: dseries slides touch ups
parent
1a4df2fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/dseries-and-reporting/dseriesReporting.tex
+1
-9
1 addition, 9 deletions
doc/dseries-and-reporting/dseriesReporting.tex
with
1 addition
and
9 deletions
doc/dseries-and-reporting/dseriesReporting.tex
+
1
−
9
View file @
f06178a2
...
@@ -194,10 +194,6 @@ X =
...
@@ -194,10 +194,6 @@ X =
>> t = dates(`1999q1', `2020q2', `-190q3');
>> t = dates(`1999q1', `2020q2', `-190q3');
\end{alltt}
\end{alltt}
Notice that noncontiguous and negative dates are possible
Notice that noncontiguous and negative dates are possible
\myitem
{
A date range
}
\begin{alltt}
>> dr = dates(`1999y'):dates(`2020y');
\end{alltt}
\myitem
Can also create
\texttt
{
dates
}
programatically
\myitem
Can also create
\texttt
{
dates
}
programatically
\begin{alltt}
\begin{alltt}
>> t = dates(4, [1990; 1990; 1978], [1; 2; 3])
>> t = dates(4, [1990; 1990; 1978], [1; 2; 3])
...
@@ -234,10 +230,6 @@ Notice that noncontiguous and negative dates are possible
...
@@ -234,10 +230,6 @@ Notice that noncontiguous and negative dates are possible
\myitem
{
Multiple dates
}
\texttt
{
t = [1999q1 2020q2 1960q3];
}
\myitem
{
Multiple dates
}
\texttt
{
t = [1999q1 2020q2 1960q3];
}
\begin{alltt}
\begin{alltt}
\(
\Rightarrow
\)
t = [dates(`1999q1') dates(`2020q2') dates(`1960q3')];
\(
\Rightarrow
\)
t = [dates(`1999q1') dates(`2020q2') dates(`1960q3')];
\end{alltt}
\myitem
{
A date range
}
\texttt
{
dr = 1999y:2020y;
}
\begin{alltt}
\(
\Rightarrow
\)
dr = dates(`1999y'):dates(`2020y');
\end{alltt}
\end{alltt}
\myitem
NB: This can cause problems when dates are included in strings.
\textit
{
e.g.,
}
\myitem
NB: This can cause problems when dates are included in strings.
\textit
{
e.g.,
}
\begin{alltt}
\begin{alltt}
...
@@ -398,7 +390,7 @@ would be transformed into
...
@@ -398,7 +390,7 @@ would be transformed into
\myitem
All time series in a
\texttt
{
dseries
}
must have the same frequency
\myitem
All time series in a
\texttt
{
dseries
}
must have the same frequency
\myitem
A
\texttt
{
dseries
}
runs from the earliest date to the latest date,
\myitem
A
\texttt
{
dseries
}
runs from the earliest date to the latest date,
with
\texttt
{
NaN
}
's inserted to pad the shorter series
with
\texttt
{
NaN
}
's inserted to pad the shorter series
\myitem
A
\texttt
{
dseries
}
object contains
3
members:
\myitem
A
\texttt
{
dseries
}
object contains
6
members:
\begin{itemize}
\begin{itemize}
\myitem
{
\textbf
{
\texttt
{
data
}}}
: The data points
\myitem
{
\textbf
{
\texttt
{
data
}}}
: The data points
\myitem
{
\textbf
{
\texttt
{
dates
}}}
: The
\texttt
{
dates
}
of the sample
\myitem
{
\textbf
{
\texttt
{
dates
}}}
: The
\texttt
{
dates
}
of the sample
...
...
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