Skip to content

Extracting model parameters after fitting the EVA model #74

Closed Answered by freyjamo
mubali101 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, for the BM parameters, you could check:
nameofyourmodel.model.distribution.mle_parameters['loc']
nameofyourmodel.model.distribution.mle_parameters['scale']

for the POT:
nameofyourmodel.model.distribution.fixed_parameters['floc']
nameofyourmodel.model.distribution.mle_parameters['scale']
nameofyourmodel.model.distribution.mle_parameters['c']

replace the "nameofyourmodel" with the name that you have given.

Or you can search somewhere similar if you're using another model and not MLE.
Hope this helps, somehow.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mubali101
Comment options

Answer selected by mubali101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants