We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tauchen
rouwenhorst
The arguments to these two functions have different order, even though they do something very similar.
I think it would be worth breaking backwards compatibility to fix this. We just need to take care to update the lectures accordingly.
Also, ybar is missing from tauchen and it would be good to have it.
ybar
See http://quanteconpy.readthedocs.io/en/latest/markov/approximation.html
I propose that we change the signature of tauchen to tauchen(n, ybar, sigma, rho, m=3).
tauchen(n, ybar, sigma, rho, m=3)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The arguments to these two functions have different order, even though they do something very similar.
I think it would be worth breaking backwards compatibility to fix this. We just need to take care to update the lectures accordingly.
Also,
ybar
is missing fromtauchen
and it would be good to have it.See http://quanteconpy.readthedocs.io/en/latest/markov/approximation.html
I propose that we change the signature of
tauchen
totauchen(n, ybar, sigma, rho, m=3)
.The text was updated successfully, but these errors were encountered: