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

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

[Octave-bug-tracker] [bug #54421] Quantile output transposed with respec


From: Arnaud Delorme
Subject: [Octave-bug-tracker] [bug #54421] Quantile output transposed with respect to Matlab
Date: Thu, 2 Aug 2018 17:14:08 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36

Follow-up Comment #5, bug #54421 (project octave):

Using Matlab 2018a

q = quantile ([1:10], 0.5, 1)
q = quantile ([1:10]', 0.5, 2)
q = quantile ([1:10], [0.25, 0.75]')

q =

     1     2     3     4     5     6     7     8     9    10


q =

     1
     2
     3
     4
     5
     6
     7
     8
     9
    10


q =

     3
     8


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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