|
||||||||||
| 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.PEER_testsMagAreaRelationship
public class PEER_testsMagAreaRelationship
Title:PEER_testsMagAreaRelationship
Description: This implements the mag-area relationship defined for the PEER
PSHA test cases (based on log(A)=Mag-4.0 w/ stdDev=0.25. . All calculations are
completely independent of rake (i.e., you can set the rake but it will be ignored).
| Field Summary | |
|---|---|
static String |
NAME
|
| Fields inherited from class org.opensha.commons.calc.magScalingRelations.MagScalingRelationship |
|---|
lnToLog, rake |
| Constructor Summary | |
|---|---|
PEER_testsMagAreaRelationship()
|
|
| Method Summary | |
|---|---|
double |
getAreaStdDev()
Computes the standard deviation of log(area) (base-10) from magnitude |
double |
getMagStdDev()
Gives the standard deviation for the magnitude as a function of area |
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 PEER_testsMagAreaRelationship()
| Method Detail |
|---|
public double getMedianMag(double area)
getMedianMag in class MagAreaRelationshiparea - in km-squared
public double getMagStdDev()
getMagStdDev in class MagAreaRelationshiparea - in km-squared
public double getMedianArea(double mag)
getMedianArea in class MagAreaRelationshipmag - - moment magnitude
public double getAreaStdDev()
getAreaStdDev in class MagAreaRelationshipmag - - moment magnituderake - in degrees
public 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 | |||||||||