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

add ToyResult and ToyManager classes #20

Merged
merged 41 commits into from
Feb 15, 2020
Merged

add ToyResult and ToyManager classes #20

merged 41 commits into from
Feb 15, 2020

Conversation

marinang
Copy link
Member

@marinang marinang commented Jan 24, 2020

ResultToy is a container of the result of the toys and contains:

  • the value of POI at generation
  • the best fitted values of the POI
  • the likelihood evaluated at the best fitted values of POI
  • the values of the POI to scan
  • the likelihood evaluated at the values in the previous bullet

ToyManager is a dictionary like container of ToyResult object. It can generate and fit the toys and can save the results in a yml file and can read it back (see #18).
The FrequentistCalculator is now also a subclass of the ToyManager.

@marinang marinang changed the title WIP: add ToyResult and ToyManager classes add ToyResult and ToyManager classes Jan 26, 2020
@marinang
Copy link
Member Author

@eduardo-rodrigues ready for review when you have time :).

@eduardo-rodrigues
Copy link
Member

Hi @marinang, I will do it but only after Wednesday this week … Sorry for the delay.

Copy link
Member

@eduardo-rodrigues eduardo-rodrigues left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite a big PR, "for a change" :D.
I didn't have much to say, but hopefully 1-2 comments were useful.
Good job!

@marinang
Copy link
Member Author

marinang commented Feb 4, 2020

Thank you @eduardo-rodrigues. I will make the appropriate changes.

@marinang marinang merged commit e759346 into master Feb 15, 2020
@marinang marinang deleted the mm_savetoys branch February 15, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants