Skip to content

Commit e56517e

Browse files
Florian WilhelmFlorian Wilhelm
Florian Wilhelm
authored and
Florian Wilhelm
committed
Updated some docs
1 parent a007322 commit e56517e

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ It is in a beta state and only includes ARMA models right now.
1616
Documentation is available under http://pydse.readthedocs.org/.
1717

1818

19-
Install
20-
=======
19+
Installation
20+
============
2121

2222
To install in your home directory, use::
2323

2424
python setup.py install --user
25+
26+
If your are using `virtualenv <http://virtualenv.readthedocs.org/en/latest/>`_,
27+
just use `pip <http://pip.readthedocs.org/>`_::
28+
29+
pip install pydse

docs/forecast.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===========
2-
Forecasting
3-
===========
1+
=====================
2+
Forecast with horizon
3+
=====================
44

55
In chapter :ref:`Estimation of Parameters <estimation-of-parameters>` only
66
one-step ahead predictions were applied. So in our example of monthly data,

docs/index.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ PyDSE
44

55
Toolset for Dynamic System Estimation for time series inspired by
66
`DSE <http://cran.r-project.org/web/packages/dse/index.html>`_.
7-
It is in a pre-alpha state and only includes ARMA models right now.
7+
It is in a beta state and only includes ARMA models right now.
8+
89

910
Contents
1011
========
@@ -14,7 +15,7 @@ Contents
1415

1516
Create and Simulate <simulate>
1617
Estimation of Parameters <estimate>
17-
Forecasting <forecast>
18+
Forecast with horizon <forecast>
1819
Contribution <contrib>
1920
Module Reference <_rst/modules>
2021

0 commit comments

Comments
 (0)