Skip to content

Conversation

@andrejdvornik
Copy link
Contributor

With this PR the bin averaging using the SACC weights is implemented. For the specifics of the 1pt statistics the weights are always re-normalised, and the matrix multiplication for evaluation of the average needs to be performed on a 2D weights input.

@joezuntz
Copy link
Member

joezuntz commented Dec 2, 2025

It's probably dangerously confusing for the rule here to be different for the 2point and 1point cases. Perhaps we need a configuration option?

@andrejdvornik
Copy link
Contributor Author

I agree on this. I can ensure normalisation before, so that part stays the same. The input shape of the weights seem to be the same as for the 2pt, but as we operate on the whole datavector and not individual data points the code needs to broadcast the correct shapes together when multiplying the matrices. But let me check that again.

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

Successfully merging this pull request may close these issues.

2 participants