How to get the median of an array
Hi,I am looking for a simple thing: the median of an array.I found complex things with tabulate, summary tables,...But I need simpler:Suppose I have an array (Matrix) A:A = 1::10;
How to get the media of A ?? Thank you.