issues
search
gnu-octave
/
statistics
The Statistics package for GNU Octave
GNU General Public License v3.0
25
stars
24
forks
source link
median: correct handling of even vector with multiple infs
#136
Closed
NRJank
closed
8 months ago
NRJank
commented
8 months ago
median.m: add correction for vector of infs that could incorrectly return NaN on codepath with subtraction to avoid overflow. add tests.