Created:
Jan 3, 2019 07:56 AM
| Last Modified: Jan 3, 2019 4:59 AM(19580 views)
I have a table called drugs with columns drug and result, how do I calculate the moving average of the result column by taking the first 4 rows followed by the next 4 rows and similarly continue. Pfa the sample table for reference.
In statistics, a moving average ( rolling average or running average or moving mean or rolling mean) is a calculation to analyze data points by creating a series of averages of different selections of the full data set. Variations include: simple, cumulative, or weighted forms. Mathematically, a ...