Skip to content

Commit

Permalink
fix doc of hamilton filter (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: Daisuke Oyama <oyama@e.u-tokyo.ac.jp>
  • Loading branch information
Shunsuke-Hori and oyamad committed Dec 4, 2022
1 parent b83799f commit 67f391e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantecon/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def hamilton_filter(data, h, p=None):
24 for monthly data.
p : integer (optional)
If supplied, it is p in the paper. Number of lags in regression.
Must be greater than h.
If not supplied, random walk process is assumed.
Returns
Expand Down

0 comments on commit 67f391e

Please sign in to comment.