Mismatch between Pyextremes and SciPy-generated return value plots #112
Pranavesh-Panakkal
started this conversation in
General
Replies: 1 comment
-
|
I need more information before I can answer. How were the scipy graphs generated? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Pyextremes to fit a Generalized Pareto Distribution (GPD) to my data. Then I used the learned parameters to generate a corresponding distribution object in SciPy. However, I noticed that the return value plot generated during the diagnostic plot (model.plot_diagnostic) does not match the plot produced by SciPy, and I am trying to understand what I might be missing.
Modeling GPD in Scipy.
Plot generated by Pyextremes
Plot generated by Scipy.

Beta Was this translation helpful? Give feedback.
All reactions