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

Inverse CDF #4

Open
rodiegeology opened this issue Aug 28, 2020 · 0 comments
Open

Inverse CDF #4

rodiegeology opened this issue Aug 28, 2020 · 0 comments

Comments

@rodiegeology
Copy link

I think the inverse CDF graphics have switched axes, Values should be on the Y axis and probability on the x Axis.
On the Gaussian example I used:
plt.subplot(1,3,3)
plt.plot(p_values, x_values,'r-', lw=5, alpha=0.3, label='uniform pdf')

And the graph looked more like the inverse CDF graphs I searched on the Internet.
Please let me know if I am wrong.

And thanks for the wonderful studying material.

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

No branches or pull requests

1 participant