Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFD poor fitting #9935

Closed
79seismo opened this issue Sep 8, 2024 · 1 comment
Closed

MFD poor fitting #9935

79seismo opened this issue Sep 8, 2024 · 1 comment

Comments

@79seismo
Copy link

79seismo commented Sep 8, 2024

Hi, I am trying to fit MFD parameters on a well established national catalogue using the Wiechert() method but the fitting is poor. Here is my code snippet:

`recurrence_estimator = Weichert()
recurrence_config = {'magnitude_interval': 0.1}

bval, sigma_b, aval, sigma_a = recurrence_estimator.calculate(catalogue,
config=recurrence_config,
completeness=None)`

The resulting a and b values are as follows:
a = 359.323 (+/- 3.771), b = 0.406 (+/-0.005)

Whereas the expected a-value is around 4.0 - 5.0 and the b value is around 1.0 - tested with various independent methods + published.

Here is the data that demonstrates that the MFD is well behaved.
image

Can someone please explain why the Weichert() method behaves in this way?

Thank you!

@micheles
Copy link
Contributor

micheles commented Sep 9, 2024

Github is for code issues. For questions like this one there is the mailing list: https://groups.google.com/u/1/g/openquake-users

@micheles micheles closed this as completed Sep 9, 2024
@micheles micheles added this to the Engine 3.21.0 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants