|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #54421] Quantile output transposed with respect to Matlab |
| Date: | Wed, 1 Aug 2018 14:20:57 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0 |
Follow-up Comment #2, bug #54421 (project octave):
At least Octave is consistent. The output is following the input data.
octave:10> q = quantile(data,pc)
q =
1.0000
1.0000
1.5000
3.5000
7.5000
10.0000
10.0000
octave:11> q = quantile(data',pc)
q =
1.0000 1.0000 1.5000 3.5000 7.5000 10.0000 10.0000
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?54421>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |