Given a data table/frame with a column 'x', returns the simple moving average of that column
1 | simple_moving_avg(dt, n)
|
dt |
data table/frame |
n |
lenght of the average |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.