-
Notifications
You must be signed in to change notification settings - Fork 1
Openquake 0.1 hazard curve statistics calculator
The stochastic event set calculator, given a seismic sources data model, computes one or more groups of ruptures. Each group represents a possible realisation of the seismicity generated in a given time span by the entire set of seismic sources included in the seismic source data model. Note that the source typologies currently supported by OpenQuake have a poissonian temporal occurrence model.
-
Assumptions
-
Design
The specified source model and time span are used to compute the corresponding Earthquake rupture forecast (ERF). By looping over all the ruptures in the ERF, a event set is generated by sampling each rupture according to its probability of occurrence.
-
User stories
-
Suggested Implementation
-
New features: *Implement the hazard curves statistics calculator i.e. a calculator that takes a set of hazard curves and performs a statistical analysis. Possible outputs are: mean hazard curve, quartiles hazard curve
Back to Blue prints