public final class Hazard extends Object
HazardExport class provides Hazard exporting
and processing utilities.HazardExport| Modifier and Type | Method and Description |
|---|---|
CalcConfig |
config()
The original configuration used to generate this result.
|
Map<Imt,XySequence> |
curves()
The total mean hazard curves for each calculated
Imt. |
static Hazard |
merge(Hazard... hazards)
Combine hazard from multiple independent models.
|
String |
toString() |
public Map<Imt,XySequence> curves()
Imt.public CalcConfig config()
public static Hazard merge(Hazard... hazards)
Note: When combining hazard results, the combined result inherits
the CalcConfig from the first model supplied in varargs. This may
mean that in the deaggregation of a combined model, the
ExceedanceModel used to compute hazard may not be the same as that
used to compute source contributions.
Hazard that probably has a null parent
model. If only 1 Hazard is supplied, method returns that
supplied.