[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63460] mean should support operation on more
From: |
Andreas Bertsatos |
Subject: |
[Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility |
Date: |
Wed, 7 Dec 2022 07:13:59 -0500 (EST) |
Follow-up Comment #11, bug #63460 (project octave):
I just pushed a new commit of the `mean` function in the statistics package at
GitHub, which has adapted Rik's code snippet to handle properly the vecdim
option without the for loops and the N-3 dim restriction of my previous
implementation. The current implementation works identically to MATLAB, but
any further testing is very welcome, because I might still be missing
something
The respective implementations for `median`, `var`, and `std` functions will
be available there by the 15th of December. Hopefully, a core octave developer
can review them and push them to octave 8.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63460>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, (continued)
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, John W. Eaton, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, John W. Eaton, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, anonymous, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Rik, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Arun Giridhar, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, John W. Eaton, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Rik, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Andreas Bertsatos, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Rik, 2022/12/03
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility, Nicholas Jankowski, 2022/12/06
- [Octave-bug-tracker] [bug #63460] mean should support operation on more than 2 remaining dimensions for Matlab compatibility,
Andreas Bertsatos <=