Replies: 1 comment 1 reply
-
It is not currently possible and I am not sure what would be the use case for this. This would only be applicable to the Regarding your problem, I think you can hardcode those in the def _fitstart(self, data):
return arg1, arg2, arg3 where |
Beta Was this translation helpful? Give feedback.
1 reply
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 have a lot of appreciation for you work and really enjoy using it - thanks!
I had to make a scipy.stats.rv_continuous method myself and to fit it I need to set the starting values manually (arg1, arg2, arg3 from here: https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.rv_continuous.fit.html#scipy.stats.rv_continuous.fit). Is it already possible to do this via fit_model? If not, would it be possible to integrate this in pyextremes?
Would be really helpfull!
Beta Was this translation helpful? Give feedback.
All reactions