Change ExceedanceModel enum to ProbabilityModel
Created by: pmpowers-usgs
Although hazard is generally presented in terms of probability of exceedance, for deaggregation we want the option of computing probability of occurrence. The enum should therefore be renamed with instances providing both probability()
and exceedance()
methods.
Edited by Powers, Peter M.