|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.data.SegRateConstraint
public class SegRateConstraint
This class is used to save the segment Rates for the faults
| Constructor Summary | |
|---|---|
SegRateConstraint(String faultName)
Save the faultName |
|
| Method Summary | |
|---|---|
String |
getFaultName()
Get the fault name |
double |
getLower95Conf()
|
double |
getMean()
Get mean Segment rate |
int |
getSegIndex()
Get the segment index |
double |
getStdDevOfMean()
Get StdDev to mean for the rate |
double |
getUpper95Conf()
|
static SegRateConstraint |
getWeightMean(ArrayList<SegRateConstraint> segRateConstraintList)
Get the weight mean and Std Dev Note: Lower and upper 95 not weight averaged, they are just set NaN |
void |
setLower95Conf(double lower95Conf)
|
void |
setSegRate(int segIndex,
double meanRate,
double stdDevtoMean,
double lower95Conf,
double upper95Conf)
Set the segment rate |
void |
setUpper95Conf(double upper95Conf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SegRateConstraint(String faultName)
faultName - | Method Detail |
|---|
public String getFaultName()
public void setSegRate(int segIndex,
double meanRate,
double stdDevtoMean,
double lower95Conf,
double upper95Conf)
segIndex - meanRate - stdDevtoMean - public int getSegIndex()
public double getMean()
public double getStdDevOfMean()
public static SegRateConstraint getWeightMean(ArrayList<SegRateConstraint> segRateConstraintList)
mean1 - mean2 - sigma1 - sigma2 -
public double getLower95Conf()
public void setLower95Conf(double lower95Conf)
public double getUpper95Conf()
public void setUpper95Conf(double upper95Conf)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||