You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of our AbstractESSMethods really just define different approaches for estimating the mean autocovariance of demeaned samples, whereas optional arguments, keyword arguments, and other methods (see #53) are used to define different ESS variants (ESS of different estimands, ESS with preprocessing, splitting vs unsplit, maxlag, etc).
For clarity, I suggest we rename AbstractESSMethod to AbstractAutocovMethod, following a similar pattern for the subtypes. We can rename the method kwarg passed to ess to autocov_method.
The text was updated successfully, but these errors were encountered:
All of our
AbstractESSMethod
s really just define different approaches for estimating the mean autocovariance of demeaned samples, whereas optional arguments, keyword arguments, and other methods (see #53) are used to define different ESS variants (ESS of different estimands, ESS with preprocessing, splitting vs unsplit, maxlag, etc).For clarity, I suggest we rename
AbstractESSMethod
toAbstractAutocovMethod
, following a similar pattern for the subtypes. We can rename themethod
kwarg passed toess
toautocov_method
.The text was updated successfully, but these errors were encountered: