You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: