Initial commit.

remove-submodule^2
Stéphane Adjemian (Telemachus) 2014-11-10 18:21:26 +01:00
commit 9606b4967d
5 changed files with 47 additions and 0 deletions

3
nonlinear-filters/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*~
*.mat
doc/build/*

View File

@ -0,0 +1,16 @@
The Dynare particles module is distributed under the GNU GPL:
> Copyright © 2014 Dynare Team <dev@dynare.org>
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see <http://www.gnu.org/licenses/>.

View File

@ -0,0 +1,6 @@
# particless Dynare module
This package, used in [Dynare](http://www.dynare.org), provides
nonlinear filtering algorithmss. The documentation is available in the
[doc](https://github.com/DynareTeam/particles/tree/master/doc)
subfolder.

View File

@ -0,0 +1,19 @@
# Documentation for particles Dynare module
The documentation is written with sphinx, so you need to have
[Python](https://www.python.org/) on your system with
[sphinx](http://sphinx-doc.org/). You also need to install the [Read
the docs](https://readthedocs.org/) theme and the sphinx matlab
domain, this can be done with pip in a terminal:
```
~$ pip install sphinx_rtd_theme
~$ pip install sphinxcontrib-matlab
```
To obtain the documentation as an html file in subfolder
```build/html``` you just have to use the provided Makefile:
```
~$ make html
```

View File

@ -0,0 +1,3 @@
#+STARTUP: overview
#+STARTUP: hidestars
#+AUTHOR: Stéphane Adjemian