Name | Type | Description | Notes |
---|---|---|---|
center | BOOLEAN | Should the label be at the center of the window. Default: `false` | [optional] |
min_periods | Integer | The minimum amount of periods required for a row to be included in the result set. | [optional] |
rolling_type | String | Type of rolling window. Any numpy function will work. | |
rolling_type_options | Object | [optional] | |
win_type | String | Type of window function. See SciPy window functions for more details. Some window functions require passing additional parameters to `rolling_type_options`. For instance, to use `gaussian`, the parameter `std` needs to be provided. | [optional] |
window | Integer | Size of the rolling window in days. |