116
edits
Pr0m1th3as (talk | contribs) No edit summary |
Pr0m1th3as (talk | contribs) No edit summary |
||
Line 138: | Line 138: | ||
=== In external packages === | === In external packages === | ||
bootci, bootstrp are implemented in the [https://gnu-octave.github.io/packages/statistics-bootstrap statistics-bootstrap] package. | <code>bootci</code>, <code>bootstrp</code> are implemented in the [https://gnu-octave.github.io/packages/statistics-bootstrap statistics-bootstrap] package. | ||
=== Shadowing Octave core functions === | === Shadowing Octave core functions === | ||
Line 153: | Line 153: | ||
=== TODO list === | === TODO list === | ||
Update '''geomean''', '''harmmean''', and | Update '''<code>geomean</code>''', '''<code>harmmean</code>''', and <code>trimmean</code> functions to be fully MATLAB compatible. | ||
Re-introduce the '''nan*''' functions implemented in C++ with the 'all' and 'vecdim' options. | Re-introduce the '''<code>nan*</code>''' functions implemented in C++ with the 'all' and 'vecdim' options. | ||
Re-implement the following functions from core Octave, as shadowing functions with updated functionality regarding the | 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"> |
edits