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

IntegratePeaksMD bug #11452

Closed
VickieLynch opened this issue Nov 20, 2014 · 1 comment
Closed

IntegratePeaksMD bug #11452

VickieLynch opened this issue Nov 20, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@VickieLynch
Copy link
Contributor

Bug in calculation of errorSquared using background region:

errorSquared = errorSquared + scaleFactor * bgErrorSquared
should be:
errorSquared = errorSquared + scaleFactor^2 * bgErrorSquared
@VickieLynch
Copy link
Contributor Author

This issue was originally trac ticket 10610

@VickieLynch VickieLynch added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@VickieLynch VickieLynch self-assigned this Jun 3, 2015
@VickieLynch VickieLynch added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

1 participant