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

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

[Octave-bug-tracker] [bug #59636] iqr function does not produce Matlab c


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #59636] iqr function does not produce Matlab compatible output
Date: Fri, 11 Dec 2020 13:42:25 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36

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

I remember we made a list of the functions that now take "all" as a dimension.
It seemed like a fairly easy add to any one function, but tedious to find and
go through them all. (i think most amount to fn(x) -> fn(x(:))

I have a draft updated version of iqr that uses the same quantile calculation
as matlab (i saw that the quantile function actually allows for different
methods and notes the version used by matlab, which makes all the iqr
functions match as well. so this version uses that).  it also adds all the
other input options expect for the probability distrtibuton objects, since
Octave doesn't have that implemented yet.

will upload shortly after finishing the docstring.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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