public class DefaultScalarGroundMotion extends Object implements ScalarGroundMotion
| Modifier and Type | Method and Description |
|---|---|
static DefaultScalarGroundMotion |
create(double mean,
double sigma)
Create a new ground motion container.
|
double |
mean()
Returns the mean (natural log of the median) ground motion.
|
double |
sigma()
Returns the standard deviation in natural log units.
|
String |
toString() |
public static DefaultScalarGroundMotion create(double mean, double sigma)
mean - ground motion (in natural log units)sigma - aleatory uncertaintypublic double mean()
ScalarGroundMotionmean in interface ScalarGroundMotionpublic double sigma()
ScalarGroundMotionsigma in interface ScalarGroundMotion