Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Yule walker cast to float #1975

Merged
merged 2 commits into from Sep 20, 2014

Conversation

jseabold
Copy link
Member

see #1869

# see 1869
x = np.array([1, -1, 2, 2, 0, -2, 1, 0, -3, 0, 0])
# it works
result = sm.regresion.yule_walker(x, 3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could assert_allclose with sm.regresion.yule_walker(x.astype(float, 3) to make it more than a smoke test

jseabold added a commit that referenced this pull request Sep 20, 2014
@jseabold jseabold merged commit 2995145 into statsmodels:master Sep 20, 2014
@jseabold jseabold deleted the yule-walker-casting branch September 20, 2014 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants