Skip to content

Commit

Permalink
Minimal details
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastorgalan committed Jun 20, 2024
1 parent 994fdbf commit feed359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion statistics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h5> Statistics - Mean Geomagnetic Directions </h5>
<div class="alert alert-light alert-dismissible fade show" role="alert">
<h5> Statistics - Common Directions </h5>
<p> Select two collections and click <b>initialize</b> to begin the bootstrap. (A) <a href='../references'>Tauxe et al., 2010</a>
Common True Mean Direction (CMTD). Overlapping distributions indicidate that two collections are the same within confidence limits.
Common True Mean Direction (CTMD). Overlapping distributions indicidate that two collections are the same within confidence limits.
(B) Common Mean Direction Test (CMDT) from <a href='../references'>Heslop et al., 2023</a>, showing the histogram of
&lambda;<sup>(b)</sup><sub>min</sub>. If CMTD value is less than the critical value directions are not different.

Expand Down
13 changes: 2 additions & 11 deletions statistics/js/graphs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2872,13 +2872,7 @@ function updateCTMDTable(names, xParams, yParams, zParams, CMDTValue, CMDTCritic
" <caption>1000 bootstrapped Cartesian coordinates for the collections at 95% confidence. " + getMatchHTML(matchBootstrap) + "</caption>",
" <thead>",
" <tr>",
" <td> (A) CTMD (Tauxe et al., 2010)</td>",
" <td></td>",
" <td></td>",
" <td></td>",
" <td></td>",
" <td></td>",
" <td></td>",
" <td colspan=7><h5> (A) CTMD (Tauxe et al., 2010)</h5></td>",
" <tr>",
" <td>Collection</td>",
" <td>xMinimum</td>",
Expand Down Expand Up @@ -2914,10 +2908,7 @@ function updateCTMDTable(names, xParams, yParams, zParams, CMDTValue, CMDTCritic
document.getElementById("bootstrap-table-new").innerHTML = [
" <thead>",
" <tr>",
" <td> (B) CMTD (Heslop et al., 2023)</title>",
" <td></td>",
" <td></td>",
" <td></td>",
" <td colspan=4><h5> (B) CMTD (Heslop et al., 2023)</h5></td>",
" <tr>",
" <td>CMDT value</td>",
" <td>CMDT critical value</td>",
Expand Down

0 comments on commit feed359

Please sign in to comment.