Am 15.03.2018 um 19:47 schrieb oleg_komashko(a)ukr.net:
 median is for series only
 quantile is for matrices 
Yeah, but you have quantile(m, 0.5) which gives you the median for a 
matrix as well.
 May be, func and funr may be extended for median
 and non-suffixed functions for matrices will be global as sum?
 And what about quantile for series 
For any series x you can always do {x} to get the matrix version (as you 
probably know), so why is it a problem?
-sven