We want to be able to calculate coefficient of variation (CoV) maps for a given probability of exceedance (PoE).
This is done by (at every grid point)
- interpolate the mean hazard curve onto the desired PoE using the existing approach. The resulting shaking level is called the
target_level
- Interpolate the CoV curve to get the CoV at the
target_level. This is done by treating shaking levels as the x-values and CoV as the y values in the interpolation (opposite of how interpolation is done in step 1). NB: use log-log interpolation
We want to be able to calculate coefficient of variation (CoV) maps for a given probability of exceedance (PoE).
This is done by (at every grid point)
target_leveltarget_level. This is done by treating shaking levels as the x-values and CoV as the y values in the interpolation (opposite of how interpolation is done in step 1). NB: use log-log interpolation