|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.observedEarthquake.ObsEqkRupListCalc
public class ObsEqkRupListCalc
Title: ObsEqkRupListCalc
Description: This class provides users with capability to operate on Observed Eqk Rupture list. all the functions defined in this class are static, so user does not have to create the object of the class to call the method.
| Constructor Summary | |
|---|---|
ObsEqkRupListCalc()
|
|
| Method Summary | |
|---|---|
static long[] |
getInterEventTimes(ObsEqkRupList obsEqkEvents)
Returns the difference in origin time of Observed Eqk events in chronological order. |
static IncrementalMagFreqDist |
getMagFreqDist(ObsEqkRupList obsEqkEvents)
|
static IncrementalMagFreqDist |
getMagNumDist(ObsEqkRupList obsEqkEvents)
|
static double |
getMaxMag(ObsEqkRupList obsEqkEvents)
Returns the maximum magnitude for the observed Eqk Rupture events. |
static double |
getMeanMag(ObsEqkRupList obsEqkEvents)
Returns the Mean Mag for the given list of Events. |
static double |
getMinMag(ObsEqkRupList obsEqkEvents)
Returns the minimum magnitude for the observed Eqk Rupture events. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObsEqkRupListCalc()
| Method Detail |
|---|
public static double getMeanMag(ObsEqkRupList obsEqkEvents)
obsEqkEvents - ObsEqkRupList list of Observed Events
public static double getMinMag(ObsEqkRupList obsEqkEvents)
obsEqkEvents - ObsEqkRupList list of observed eqk events
public static double getMaxMag(ObsEqkRupList obsEqkEvents)
obsEqkEvents - ObsEqkRupList list of observed eqk events
public static long[] getInterEventTimes(ObsEqkRupList obsEqkEvents)
obsEqkEvents - ObsEqkRupList Observed Eqk Event List
public static IncrementalMagFreqDist getMagFreqDist(ObsEqkRupList obsEqkEvents)
public static IncrementalMagFreqDist getMagNumDist(ObsEqkRupList obsEqkEvents)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||