Search found 1 match
- Mon Jun 07, 2010 9:06 am
- Forum: Programming
- Topic: Computing a Series's Mean
- Replies: 1
- Views: 2040
Computing a Series's Mean
I have been trying to compute the mean of a series. Since I have to do this for every series in a database, I first group them together: group all * Then I create a table in which to store the output: table output Then I attempt to compute the mean of each series and store that in the table: for !i=...
