| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.mfd |
Magnitude frequency distribution (MFDs) classes and utilties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalMfd
Base implementation for magnitude-frequency distributions (MFDs) that give
the rate of one or more earthquakes with differing magnitudes per year.
|
| Modifier and Type | Method and Description |
|---|---|
EvenlyDiscretizedFunc |
IncrementalMfd.getCumMomentRateDist()
This returns the object of the class EvenlyDiscretizedFunc which contains
cumulative Moment Rate (the total moment rate for all points greater than
and equal to each mag)
|
EvenlyDiscretizedFunc |
IncrementalMfd.getCumRateDist()
This returns the object of the class EvenlyDiscretizedFunc which contains
all the points with Cum Rate Distribution (the rate greater than and equal
to each magnitude)
|
EvenlyDiscretizedFunc |
IncrementalMfd.getCumRateDistWithOffset()
This returns the object of the class EvenlyDiscretizedFunc which contains
all the points with Cum Rate Distribution (the rate greater than and equal
to each magnitude).
|
EvenlyDiscretizedFunc |
IncrementalMfd.getMomentRateDist()
This returns the object of the class EvenlyDiscretizedFunc which contains
all the points with Moment Rate Distribution
|