Description Usage Arguments Value
Right-aligned. Computes a single mean for each unique value of h. Each mean is over at least w samples.
1 | rolling_mean_by_h(x, h, w, name)
|
x |
Array. |
h |
Array of horizon for each value in x. |
w |
Integer window size (number of elements). |
name |
String name for metric in result dataframe. |
Dataframe with columns horizon and name, the rolling mean of x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.