Hi Hasib,
Sorry, I understood that you
weren't getting any outputs. Is this figure in the specified folder?
Maybe you generated it separately but it looks like the expected output
to me. Are the b-values not being written to the toml file?
I don't think I am understanding the problem. It's a little odd that you're not getting any errors or warnings if it's failing.
As described in the mbtk documentation (and widely
used in PSHA), the parameters are calculated using the method of
Weichert 1980. This is a likelihood-based approach to fitting the full
distribution, and the individual bin rates will fluctuate. The cumulative rate is counted from the largest magnitude. In this case the fit is very poor due to a lack of
data - you have very few events in this source zone which is
going to lead to unreliable MFD parameter estimates. They also cover a very small range of magnitudes, which is known to be problematic for fitting. There is no solution to the binning that will help with this, it is
simply a question of data, and you would need more events to get a
robust estimate of the MFD parameters.
Note that in your figure, the
b-value is very low. The bmin and bmax values in the config limit the
possible range of b-values accepted, so in this case the code may fail
to write b-values to your config because the b-value is outwith the permitted range. I would recommend checking this.