Displaying 1 result from an estimated 1 matches for "dmaxn".
Did you mean:
maxn
2011 Feb 17
0
Best way to organize this data for plotting
...ax).
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