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

x_max -> x_mean and w_max -> w_mean name changes and some comments #378

Conversation

OscarSavolainenDR
Copy link
Contributor

The variables in the original algorithm by the paper authors were a bit misnamed, e.g. x_max and w_max instead of x_mean and w_mean. This PR renames them, and adds some comments to the algorithm explaining the weight rescaling process.

This PR closes #368

…ly, and add some comments explaining the algorithm.
@casper-hansen casper-hansen merged commit f713b88 into casper-hansen:main Mar 2, 2024
@OscarSavolainenDR OscarSavolainenDR deleted the change-var-names-max-to-mean branch March 2, 2024 10:46
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.

Variable naming / documentation that specifies max instead of mean
2 participants