File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ {% if service == 'model-to-model' %}
2+
3+ Model-to-model analysis allows users to rapidly configure a scenario (select ground
4+ motion models - GMMs - and intensity measures for a given rupture and site
5+ configuration) and then compute the median ground motions and the standard
6+ deviations of the GMMs.
7+
8+ {% elif service == 'model-to-data' %}
9+
10+ Model-to-data analysis allows users to compare observed (or simulated) and predicted
11+ ground motions via residuals computation. For a given model and intensity measure,
12+ the (non-normalized) total residual is defined by:
13+ < span class ='text-nowrap ' style ='font-style: italic; '> residual = ln(observed) - ln(predicted)</ span > ,
14+ whereas inter- (between-) and intra- (within-) event residuals are computed via eq. 10 of
15+ < a href ='https://doi.org/10.1785/BSSA0820010505 ' target ='_blank '> Abrahamson & Youngs (1992)</ a > .
16+
17+ {% elif service == 'model-info' %}
18+
19+ Model-info returns the necessary model information from custom search
20+ parameters (e.g., a GMM publication year or author name) or geographic location.
21+ The JSON returned data can be nicely displayed in many text editors or
22+ directly in the browser window (tested with Firefox and Chrome).
23+
24+ {% else %}
25+ CACANAUTO!
26+ {% endif %}
You can’t perform that action at this time.
0 commit comments