I have a series of three dimensional data like so:
1 2 3 4 5
1 0 0 0 0 0
2 0 0.3 0.5 0.3 0
3 0 0.5 1.0 0.5 0
4 0 0.3 0.5 0.3 0
5 0 0 0 0 0
Which is clearly a normal distribution. I want some way to give this as input, and to get as output the mean and standard deviation.
Is there a program which can do this for me? Preferably an online solution, if not, then a free program for linux. However, if necessary I am willing to code it myself. Finally, as a last resort I might be able to get the program for free from my school.
Note: I was considering placing this in the Mathematics site, but I thought it bordered more on data. Feel free to move it if necessary.