| Package | Description |
|---|---|
| gov.usgs.earthquake.nshmp.function |
Slated for deprecation.
|
| gov.usgs.earthquake.nshmp.mfd |
Magnitude frequency distribution (MFDs) classes and utilties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDiscretizedFunc
Title: DiscretizedFunc
|
class |
ArbitrarilyDiscretizedFunc
Title: ArbitrarilyDiscretizedFunc
|
class |
EvenlyDiscretizedFunc
Title: EvenlyDiscretizedFunc
|
| Modifier and Type | Method and Description |
|---|---|
DiscretizedFunc |
EvenlyDiscretizedFunc.deepClone()
Returns a copy of this and all points in this DiscretizedFunction.
|
DiscretizedFunc |
DiscretizedFunc.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EvenlyDiscretizedFunc.equalXAndYValues(DiscretizedFunc function)
Determines if two functions are the same by comparing that each point x
value is the same, within tolerance, and that each y value is the same,
including nulls.
|
boolean |
EvenlyDiscretizedFunc.equalXValues(DiscretizedFunc function)
Determines if two functions are the same by comparing that each point x
value is the same, within tolerance
|
boolean |
ArbitrarilyDiscretizedFunc.equalXValues(DiscretizedFunc function)
Determines if two functions are the same by comparing that each point x
value is the same.
|
ArbitrarilyDiscretizedFunc |
ArbitrarilyDiscretizedFunc.getYY_Function(DiscretizedFunc function)
This function creates a new ArbitrarilyDiscretizedFunc whose X values are
the Y values of the calling function and Y values are the Y values of the
function passed as argument.
|
| 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.
|