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

averaging over corr_dim instead of first index #4

Open
pdevis opened this issue Jan 4, 2023 · 0 comments
Open

averaging over corr_dim instead of first index #4

pdevis opened this issue Jan 4, 2023 · 0 comments

Comments

@pdevis
Copy link
Contributor

pdevis commented Jan 4, 2023

In general, when using corr_dims, the correlation coefficients are calculated using only the first index along all dimensions other than corr_dims.
corr_dims should only be used when the error correlation matrices do not vary along the other dimension(s).
A warning is raised if any element of the correlation matrix varies by more than 0.05 between using only the first index along
all dimensions other than corr_dims or using only the last index along all dimensions other than corr_dims.

However it is also possible to instead average over the other dimensions (instead of taking first index). An option could be added to do this.

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