Skip to content

Commit

Permalink
Merge pull request #1380 from aparij/master
Browse files Browse the repository at this point in the history
DOC: Update vector_ar.rst
  • Loading branch information
jseabold committed Feb 13, 2014
2 parents 5bca826 + c05f9bb commit 94ff580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/vector_ar.rst
Expand Up @@ -211,7 +211,7 @@ to specify the "initial value" for the forecast:
::

>>> lag_order = results.k_ar
>>> results.forecast(data.values[-lagorder:], 5)
>>> results.forecast(data.values[-lag_order:], 5)
array([[ 0.00616044, 0.00500006, 0.00916198],
[ 0.00427559, 0.00344836, -0.00238478],
[ 0.00416634, 0.0070728 , -0.01193629],
Expand Down

0 comments on commit 94ff580

Please sign in to comment.