cossatot / lanf_earthquake_likelihood

Project on calculating the likelihood of observing a significant low-angle normal fault earthquake over some instrumental time period.
3 stars 9 forks source link

merge 'scaling problem' fix #7

Closed cossatot closed 10 years ago

cossatot commented 10 years ago

Really just a sampling problem. Probabilities are now calculated by making an earthquake time series and using a rolling max function to count 'time windows' that contain earthquakes of a given likelihood.

Addresses #1.