File tree 3 files changed +13
-7
lines changed
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,14 @@ It is in a beta state and only includes ARMA models right now.
16
16
Documentation is available under http://pydse.readthedocs.org/.
17
17
18
18
19
- Install
20
- =======
19
+ Installation
20
+ ============
21
21
22
22
To install in your home directory, use::
23
23
24
24
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
Original file line number Diff line number Diff line change 1
- ===========
2
- Forecasting
3
- ===========
1
+ =====================
2
+ Forecast with horizon
3
+ =====================
4
4
5
5
In chapter :ref: `Estimation of Parameters <estimation-of-parameters >` only
6
6
one-step ahead predictions were applied. So in our example of monthly data,
Original file line number Diff line number Diff line change 4
4
5
5
Toolset for Dynamic System Estimation for time series inspired by
6
6
`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
+
8
9
9
10
Contents
10
11
========
@@ -14,7 +15,7 @@ Contents
14
15
15
16
Create and Simulate <simulate >
16
17
Estimation of Parameters <estimate >
17
- Forecasting <forecast >
18
+ Forecast with horizon <forecast >
18
19
Contribution <contrib >
19
20
Module Reference <_rst/modules >
20
21
You can’t perform that action at this time.
0 commit comments