Skip to content
Snippets Groups Projects
Verified Commit 6ecf76ff authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Updated README.

parent 479460fe
No related branches found
No related tags found
No related merge requests found
[![pipeline status](https://git.dynare.org/Dynare/dseries/badges/master/pipeline.svg)](https://git.dynare.org/Dynare/dseries/commits/master) [![pipeline status](https://git.dynare.org/Dynare/dseries/badges/master/pipeline.svg)](https://git.dynare.org/Dynare/dseries/commits/master)
This MATLAB/Octave toolbox comes with two classes: This MATLAB/Octave toolbox comes with three classes:
- `@dates` which is used to handle dates. - `@dates` which is used to handle dates.
- `@dseries` which is used to handle time series data. - `@dseries` which is used to handle time series data.
- `@x13` which provides an interface to X13-ARIMEA-SEATS.
The package is a dependence of The package is a dependence of
[Dynare](https=//git.dynare.org/Dynare/dynare), but can also be used [Dynare](https=//git.dynare.org/Dynare/dynare), but can also be used
...@@ -27,13 +28,12 @@ or downloading a zip archive: ...@@ -27,13 +28,12 @@ or downloading a zip archive:
Add the `dseries/src` folder to the MATLAB/Octave path, and run the following command (on MATLAB/Octave) prompt: Add the `dseries/src` folder to the MATLAB/Octave path, and run the following command (on MATLAB/Octave) prompt:
>> dseries().initialize() >> initialize_dseries_class
which, depending on your system, will add the necessary subfolders to which, depending on your system, will add the necessary subfolders to
the MATLAB/Octave path. the MATLAB/Octave path.
You are then ready to go. A full documentation will come soon, You are then ready to go. A full documentation is available in the Dynare
but you can already obtain a general idea by looking into the Dynare
reference manual. reference manual.
Note that [X13-ARIMA-SEATS](https://www.census.gov/srd/www/x13as/) is required Note that [X13-ARIMA-SEATS](https://www.census.gov/srd/www/x13as/) is required
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment