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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: