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

Recommended way to compute difference statistics #216

Open
phinate opened this issue Feb 21, 2025 · 0 comments
Open

Recommended way to compute difference statistics #216

phinate opened this issue Feb 21, 2025 · 0 comments

Comments

@phinate
Copy link

phinate commented Feb 21, 2025

Hi! When using the create dataset functionality, I'm interested in the most efficient way to create statistics based on the per-variable timestep differences.

Should I be doing some kind of chunk-wise call to np.diff and/or the mean/variance of those values? Or is there a way to create a dataset of differences, and then use the built-in writing of statistics to get these natively?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant