|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.calc.magScalingRelations.MagScalingRelationship
org.opensha.commons.calc.magScalingRelations.MagAreaRelationship
org.opensha.commons.calc.magScalingRelations.magScalingRelImpl.HanksBakun2002_MagAreaRel
public class HanksBakun2002_MagAreaRel
Title:HanksBakun2002_MagAreaRel
Description: This implements the "Hanks & Bakun (2002) Mag-Area Rel.",
published in the Bulletin of the Seismological Society of America
(Vol. 92, No. 5, pp. 1841-1846, June 2002).
The equation is Mag=3.98+log10(Area) if Area less than or equal to 537, or
Mag=3.07+(4/3)log10(Area) if Area greater than 537.
| Field Summary | |
|---|---|
static String |
NAME
|
| Fields inherited from class org.opensha.commons.calc.magScalingRelations.MagScalingRelationship |
|---|
lnToLog, rake |
| Constructor Summary | |
|---|---|
HanksBakun2002_MagAreaRel()
|
|
| Method Summary | |
|---|---|
double |
getAreaStdDev()
This returns NaN because the value is not available |
double |
getMagStdDev()
Gives the standard deviation for magnitude |
double |
getMedianArea(double mag)
Computes the median rupture area from magnitude |
double |
getMedianMag(double area)
Computes the median magnitude from rupture area. |
String |
getName()
Returns the name of the object |
| Methods inherited from class org.opensha.commons.calc.magScalingRelations.MagAreaRelationship |
|---|
getAreaStdDev, getMagAreaFunction, getMagStdDev, getMedianArea, getMedianMag, getMedianScale, getScaleStdDev |
| Methods inherited from class org.opensha.commons.calc.magScalingRelations.MagScalingRelationship |
|---|
getMedianScale, getScaleStdDev, setRake |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public HanksBakun2002_MagAreaRel()
| Method Detail |
|---|
public double getMedianMag(double area)
getMedianMag in class MagAreaRelationshiparea - in km
public double getMagStdDev()
getMagStdDev in class MagAreaRelationshippublic double getMedianArea(double mag)
getMedianArea in class MagAreaRelationshipmag - - moment magnitude
public double getAreaStdDev()
getAreaStdDev in class MagAreaRelationshippublic String getName()
getName in interface NamedgetName in class MagScalingRelationship
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||