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

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

[Octave-bug-tracker] [bug #50098] when using nanmean the interpreter poi


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50098] when using nanmean the interpreter points to pkg financial instead of statistics
Date: Thu, 19 Jan 2017 23:53:13 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Update of bug #50098 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed. The list of functions that are external to Octave is maintained in
the function file __unimplemented__.m.

The financial package happens to be listed before the statistics package,
which is why it matches there first.

The external functions listed in this helper function are based on the public
Matlab web pages. What is unfortunate is that the Matlab class @fints in the
financial package overrides many core functions and functions in other
toolboxes, such as log or nanmean. These are listed as bare functions in
__unimplemented__.m, while they are actually methods bound to the @fints
class.

Some effort could be made to filter out functions that are actually methods
bound to specific types provided by Matlab's toolbox APIs.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50098>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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