106
edits
Pr0m1th3as (talk | contribs) No edit summary |
Pr0m1th3as (talk | contribs) |
||
Line 153: | Line 153: | ||
=== TODO list === | === TODO list === | ||
Update | Update <code>geomean</code>, <code>harmmean</code>, and <code>trimmean</code> functions to be fully MATLAB compatible. | ||
Re-introduce the | Re-introduce the <code>nan*</code> functions implemented in C++ with the <code>"all"</code> and <code>"vecdim"</code> options. | ||
Re-implement the following functions from core Octave, as shadowing functions with updated functionality regarding the <code>"all"</code>, <code>"omitnan"</code>, and <code>"vecdim"</code> options, with the intend to be included in Octave 9. | Re-implement the following functions from core Octave, as shadowing functions with updated functionality regarding the <code>"all"</code>, <code>"omitnan"</code>, and <code>"vecdim"</code> options, with the intend to be included in Octave 9. | ||
<div style="column-count:1;-moz-column-count:1;-webkit-column-count:1"> | <div style="column-count:1;-moz-column-count:1;-webkit-column-count:1"> | ||
* cov | * <code>cov</code> | ||
* mad | * <code>mad</code> | ||
* meansq | * <code>meansq</code> | ||
* mode | * <code>mode</code> | ||
* moment | * <code>moment</code> | ||
</div> | </div> | ||
edits