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

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

[Octave-bug-tracker] [bug #45877] mahalanobis is wrong (and probably bel


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #45877] mahalanobis is wrong (and probably belongs to the statistics package)
Date: Fri, 04 Sep 2015 18:19:21 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1

URL:
  <http://savannah.gnu.org/bugs/?45877>

                 Summary: mahalanobis is wrong (and probably belongs to the
statistics package)
                 Project: GNU Octave
            Submitted by: carandraug
            Submitted on: Fri 04 Sep 2015 06:19:20 PM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The function mahalanobis doesn't seem to work at all (note that it should
return one value for each row of X).


octave> X = rand (10, 2);
octave> Y = rand (4, 2);
octave> mahalanobis (X, Y)
ans =  2.6666


I'm unsure since when it stopped working but the 7 tests it has, only check
that it returns an error when input is complete garbage.

In a separate note, this function actually belongs to the statistics package
named mahal.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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