search for: dmax2

Displaying 1 result from an estimated 1 matches for "dmax2".

Did you mean: dma32
2011 Feb 17
0
Best way to organize this data for plotting
...is the mean of the "coef" column values that share the same (dmin, dmax). What's the easiest way to do this? I guess my question could be simplified to: what's the easiest way to get a list like (dmin1, dmax1) -> mean(coef such that (dmin, dmax) = (dmin1, dmax1)) (dmin2, dmax2) -> mean(coef such that (dmin, dmax) = (dmin2, dmax2)) ... (dminN, dmaxN) -> mean(coef such that (dmin, dmax) = (dminN, dmaxN)) given a file like the one above? Thanks, Andre