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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #13

Merged
merged 6 commits into from
Sep 24, 2019
Merged

Minor fixes #13

merged 6 commits into from
Sep 24, 2019

Conversation

mstimberg
Copy link
Member

@mstimberg mstimberg commented Sep 24, 2019

One not so minor fix concerns the gamma factor, which seemed to have done the correction for rates incorrectly. The line used:

corrected_gamma_factor = 2*abs((data_rate - model_rate)/data_rate - gamma)

Which includes the gamma factor in the 2*abs(...), where it should rather look like this:

image

I wonder how our examples worked 馃槃 (I guess we were in a regime where the total error was positive so that the abs(...) did not come into play -- or maybe this bug simply prevented us from getting better fits?)

@mstimberg mstimberg merged commit 615a187 into master Sep 24, 2019
@mstimberg mstimberg deleted the minor_fixes branch September 24, 2019 15:47
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.

None yet

1 participant