Skip to content

RollingUnivariate

A rolling univariate statistic measures a property of a variable over a window.

Attributes

  • name

  • window_size

    The size of the rolling window.

Methods

get

Return the current value of the statistic.

update

Update the called instance.

Parameters

  • xfloat