Find median of list
I'm looking to evaluate the median of my list: {[-0.368200035870304], [0.049749270873994], [0.612391979268901], [1.15772787379131], [-0.10485383375963]} using the following code:print(Eval List (Quantile (0.5, phiNew)));where phiNew is the name where the list is held. The output results in ".". Any idea why I can't get the median of my list to work properly?
caroljackson
vince_faller