Skip to content
Snippets Groups Projects

PRVI GMM epistemic uncertainty

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-lib:prvi-gmm-epi into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -81,9 +81,9 @@ public class GroundMotions {
}
private static final String TREE_NAME = "ground-motion-tree";
public static final String EPI_LO = "EPI_LO";
public static final String EPI_OFF = "EPI_OFF";
public static final String EPI_HI = "EPI_HI";
public static final String EPI_LO = "epi-lo";
public static final String EPI_OFF = "epi-off";
public static final String EPI_HI = "epi-hi";
static final String[] EPI_IDS = { EPI_LO, EPI_OFF, EPI_HI };
static final double[] EPI_WTS = { 0.185, 0.63, 0.185 };
static final double Z_SCORE_5_95 = 1.645;
Loading