beat icon indicating copy to clipboard operation
beat copied to clipboard

Bayesian Earthquake Analysis Tool

Results 35 beat issues
Sort by recently updated
recently updated
newest added

- [ ] multi-fault setup - [ ] multi-event setup (seismic) - [x] tensile dislocation modeling - [ ] model in velocity / displacements - [ ] Lune MTQT source,...

help wanted

1. To use this option: add the following lines below the **"gf_config: !beat.SeismicGFConfig"** in your config.yaml file **use_crust2: false** #need to deselect this option as you want to use epcrust...

- Mv rotational proposals with stepping in the direction of principal components - initialise that with the derivative of the source parameters (WIP) - functions for calculating seismic derivative wrt...

Hello, I am trying to complete Example 3[https://hvasbath.github.io/beat/examples/Rectangular.html] from the tutorial. I have completed part of the tutorial, however, when I attempt to run ```beat sample Laquila``` I get an...

Dear @hvasbath, I got the "summary.txt" for my case. And I would like to know why dip>90° in the result? Also, does "hpd_0.5, hpd_99.5" mean to get 99% confidence interval...

Hi, PyMC3 has been renamed PyMC. If this affects you and you have questions, or you want someone to direct your rage at I'm available! Do let me know how...

Hi all, ### 1) Running the second example with n_chains=8, I got: (beat) lab@lab:~$ beat sample Laquila_dc config - INFO All hierarchicals ok! config - INFO All hyperparameters ok! config...

Hi again, In ```iter_parallel_chains``` function of ```beat/sampler/base.py:476-482``` ``` if chunksize is None: if draws < 10: chunksize = int(np.ceil(float(n_chains) / n_jobs)) elif draws > 10 and tps < 0.5: chunksize...