Skip to content
Snippets Groups Projects
Commit 3c18fbab authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

changed epi ids

parent b27b3de1
No related branches found
No related tags found
1 merge request!420PRVI GMM epistemic uncertainty
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment