Hi,
Recently I'm having trouble figuring out a certain problem in Mathematica. I have a table of data in the following arrangement:
{series no., x, y}
Now, each series of data has exactly the same x values, with different y. What I am trying to achieve is averaging the y values for all series of data for each x, so that the final table looks like this:
{x, average y}
Do you have any ideas on how to solve it efficiently?