octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #59410] [octave forge] (statistics) geomean wi


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #59410] [octave forge] (statistics) geomean with NaN
Date: Thu, 12 Nov 2020 08:05:30 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36 Edg/86.0.622.63

Update of bug #59410 (project octave):

        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

The geomean function is just calling octave mean function in its geomean mode
and displaying its message, which is what the docs say it does.


octave:1> mean([NaN 1 2 3], 'g')
error: mean: X must not contain any negative values
error: called from
    mean at line 158 column 9


The documentation could perhaps update to say that, or the octave mean
documentation?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59410>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]