Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ddof parameter for rolling variance and rolling standard deviation #3

Closed
ajcr opened this issue Jan 9, 2018 · 1 comment
Closed

Comments

@ajcr
Copy link
Owner

ajcr commented Jan 9, 2018

ddof means 'delta degrees of freedom' (cf. NumPy).

Currently the code implicitly assumes ddof=1 (i.e. k - 1 degrees of freedom, sample variance). This should be the default, but the user should be able to set ddof with a keyword argument when a rolling iterator is instantiated if they want to.

@ajcr
Copy link
Owner Author

ajcr commented Feb 18, 2018

Closed by 724fa41

@ajcr ajcr closed this as completed Feb 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant