Percentage Point Function Feature for Distributions #223
Closed
jacknguyencfms
started this conversation in
Ideas
Replies: 2 comments
-
Hi Jack, You are correct, UQpy distributions are compatible with the ones from scipy. In order to retrieve the Percentage Point Function for UQpy distributions you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Dimitris, Thank you for enlightening me with this, has made my day a lot easier. I think that this feature might be a bit too well hidden amongst the code, but that's very good to hear. Best wishes, Jack. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a way that we can get the Percentage Point Function for UQpy distributions?
Unless I am unaware of such a feature, there is not a way of getting the value of a distribution from it's probability in UQpy.
I noticed since they are built from scipy distributions, it would simply be a case of calling the
.ppf()
function on the scipy equivalent.Thank you and looking forward to hearing from you.
Best wishes
Jack.
Beta Was this translation helpful? Give feedback.
All reactions