Deployed 9fc48ee to dev with MkDocs 1.1.2 and mike 0.5.5

gh-pages
github-actions 2021-01-06 17:12:50 +00:00
parent 5b9feb157b
commit 0a1128a3b2
4 changed files with 5 additions and 3 deletions

View File

@ -1251,6 +1251,8 @@
<li>Update CI to create a release on a tagged push that passes the tests</li>
<li>Clarify in DB credential configuration that we only support MySQL</li>
<li>Add Windows installation instructions</li>
<li>Fix bugs in the create_participants_file script</li>
<li>Fix bugs in Fitbit data parsing.</li>
</ul>
<h2 id="v031">v0.3.1<a class="headerlink" href="#v031" title="Permanent link">&para;</a></h2>
<ul>

View File

@ -1428,12 +1428,12 @@ For a detailed description of how this is calculated, see <a href="../../citatio
<tr>
<td>movingtostaticratio</td>
<td>-</td>
<td>Ratio between the number of rows labeled Moving versus Static</td>
<td>Ratio between stationary time and total location sensed time. A lat/long coordinate pair is labelled as stationary if its speed (distance/time) to the next coordinate pair is less than 1km/hr. A higher value represents a more stationary routine. These times are computed by multiplying the number of rows by <code>[SAMPLING_FREQUENCY]</code></td>
</tr>
<tr>
<td>outlierstimepercent</td>
<td>-</td>
<td>Ratio between the number of rows that belong to non-significant clusters divided by the total number of rows in a time segment.</td>
<td>Ratio between the time spent in non-significant clusters divided by the time spent in all clusters (total location sensed time). A higher value represents more time spent in non-significant clusters. These times are computed by multiplying the number of rows by <code>[SAMPLING_FREQUENCY]</code></td>
</tr>
<tr>
<td>maxlengthstayatclusters</td>

File diff suppressed because one or more lines are too long

Binary file not shown.