|
||||||||||
| 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.WGCEP_2007_PowLaw_MagAreaRel
public class WGCEP_2007_PowLaw_MagAreaRel
Title:Ellsworth_A_WG02_MagAreaRel
Description: This implements Ross Stein's powerlaw fit that he made for
WGCEP 2007.(Appendix D). The equation is Mag=4.2775*A^0.0726.
| Field Summary | |
|---|---|
static String |
NAME
|
| Fields inherited from class org.opensha.commons.calc.magScalingRelations.MagScalingRelationship |
|---|
lnToLog, rake |
| Constructor Summary | |
|---|---|
WGCEP_2007_PowLaw_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 WGCEP_2007_PowLaw_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 | |||||||||