|
From: Clifford L. <cli...@gm...> - 2013-03-06 22:01:12
|
I wish to make a boxplot with data in this format: Value, Frequency 0, 128329 1, 20390 2, 230 3, 32 4, 3 etc. Rather than expand this into a flat array, is there some way to pass in weights for values? Some of the frequencies I'm working with are very large, and so the resulting arrays would be huge. AFAIK, all the summary statistics I need for the plot can be computed from data in this form. Thanks! |