So I guess this is similar question to one posted previously. I was wondering how you can get the median value for each row in a matrix. So here is some of the code I am using but I keep on getting this error "## SX22. Expected Type REAL, Got VECTOR[REAL] Instead >>>>(forecastA,i),0.5)<<<<"
Code: Select all
ewise medforecast(i)=%fractiles(%xrow(forecastA,i),0.5)