-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
i would like to have min_window in the rollingOLS function, because if we have a window of 90 it does not perform OLS on first 90 values. i would like to perform a OLS expanding until 90 observations starting when there is at least 12 observation (min_window), then rolling of 90 (window)
Is it possible to implement that or someone has a quick workaround for this?
Thanks
prd1