Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1012 Bytes

ChartDataRollingOptionsSchema.md

File metadata and controls

12 lines (10 loc) · 1012 Bytes

SwaggerClient::ChartDataRollingOptionsSchema

Properties

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.