The accumulation tag has no wiki summary.
7
votes
3answers
207 views
Restricted accumulation of values
Please consider the following list data. I was trying to accumulate data until the result turns positive the first time and ...
0
votes
2answers
182 views
Cumulative frequency plot
I have the following data:
data = {{0, 0}, {20, 1.4}, {25, 9.8}, {30, 32.2}, {35, 38.2}, {40, 15.6}, {45, 2.7}, {50, 0.1}};
where the second coordinates are ...
0
votes
2answers
84 views
Total elements of a list that have a common first element [duplicate]
Possible Duplicate:
List-operations only when restrictions are fulfilled (Part 1)
I have a set of data like:
...