Skip to content
New issue

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

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

Already on GitHub? # to your account

fix compatibility with pandas v0.2 #308

Merged
merged 4 commits into from
May 12, 2017
Merged

fix compatibility with pandas v0.2 #308

merged 4 commits into from
May 12, 2017

Conversation

natashawatkins
Copy link
Member

@natashawatkins natashawatkins commented May 12, 2017

  • this PR removes the ols import from pandas, which has been deprecated in pandas v0.2 and is causing the quantecon package to break
  • I've used the statsmodels time series module to estimate the ar1
  • I was using the lecture solutions to test the code, but this includes a simulation so I can't exactly replicate the output - would someone be able to check this gives correct results?
  • I'm not sure why Newey-West covariance matrix is used, but I've included it

@natashawatkins natashawatkins requested a review from jstac May 12, 2017 04:14
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.004%) to 89.889% when pulling e26d6a1 on fix-pandas into 99e17bb on master.

@natashawatkins natashawatkins changed the title update to include statsmodels to estimate ar1 process fix compatibility with pandas v0.2 May 12, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.004%) to 89.889% when pulling 6b2321b on fix-pandas into 99e17bb on master.

@jstac
Copy link
Contributor

jstac commented May 12, 2017

@natashawatkins Many thanks.

@jstac jstac merged commit 5fe79e3 into master May 12, 2017
@jstac jstac deleted the fix-pandas branch May 12, 2017 06:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants