Skip to content

Commit

Permalink
Update vector_ar.rst
Browse files Browse the repository at this point in the history
Fixing small typo in variable name, lagorder to lag_order
  • Loading branch information
aparij committed Feb 10, 2014
1 parent 1caeb9e commit c05f9bb
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 c05f9bb

Please sign in to comment.