1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-24 03:03:26 +02:00

(v1.3.0.9039) lifecycle updates, added excess kurtosis

This commit is contained in:
2020-10-04 21:02:16 +02:00
parent baf510183c
commit c04dc852cf
30 changed files with 120 additions and 87 deletions

View File

@ -81,7 +81,7 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">AMR (for R)</a>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.3.0.9038</span>
<span class="version label label-default" data-toggle="tooltip" data-placement="bottom" title="Latest development version">1.3.0.9039</span>
</span>
</div>
@ -236,9 +236,9 @@
<small>Source: <a href='https://github.com/msberends/AMR/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
</div>
<div id="amr-1309038" class="section level1">
<h1 class="page-header" data-toc-text="1.3.0.9038">
<a href="#amr-1309038" class="anchor"></a>AMR 1.3.0.9038<small> Unreleased </small>
<div id="amr-1309039" class="section level1">
<h1 class="page-header" data-toc-text="1.3.0.9039">
<a href="#amr-1309039" class="anchor"></a>AMR 1.3.0.9039<small> Unreleased </small>
</h1>
<div id="last-updated-4-october-2020" class="section level2">
<h2 class="hasAnchor">
@ -331,6 +331,7 @@
</ul>
</li>
<li><p>Added support for using <code><a href="https://rdrr.io/r/base/unique.html">unique()</a></code> on classes <code>&lt;rsi&gt;</code>, <code>&lt;mic&gt;</code>, <code>&lt;disk&gt;</code>, <code>&lt;ab&gt;</code> and <code>&lt;mo&gt;</code></p></li>
<li><p>Added parameter <code>excess</code> to the <code><a href="../reference/kurtosis.html">kurtosis()</a></code> function (defaults to <code>FALSE</code>), to return the <em>excess kurtosis</em>, defined as the kurtosis minus three.</p></li>
</ul>
</div>
<div id="other" class="section level3">