qis.compute_rolling_mean_adj¶ qis.compute_rolling_mean_adj(data, mean_adj_type=MeanAdjType.EWMA, span=None, ewm_lambda=0.94, init_type=InitType.X0, init_value=None, nan_backfill=NanBackfill.FFILL)[source]¶ Parameters: data (DataFrame | Series | ndarray) mean_adj_type (MeanAdjType) span (float | ndarray) ewm_lambda (float | ndarray) init_type (InitType) init_value (float | ndarray | None) nan_backfill (NanBackfill) Return type: DataFrame | Series | ndarray