Open
Conversation
- add generate_toys.py / generate_toys_v2.py to produce unbinned toys from the N2LL Asimov cache and compute per-toy test statistics for a fixed c1 hypothesis - add check_CL.py / check_CL_v2.py to evaluate the Asimov test statistic and derive expected CL from the toy distribution - add user/kaan/README.md with basic usage instructions for toy generation and CL checks - update common/user.py to configure output locations for Kaan - add some notebooks for logic checks (checks.ipynb, fake_toys.ipynb, inspect_toy_out.ipynb) for validating toys and N2LL behaviour - include a sample toy generation log (user/kaan/out.log) for reference
- update README - update generate_toys_v2.py, but keep only for archival. - add generate_toys_v3.py with dynamic POI/nuisance CLI parameters - add plot_toys.py to plot the toy distributions
Conflicts: common/user.py fit/Likelihood.py
- add v2 toy generation from target PDF sets via POD-basis projection - add PDF projection utilities - update toy fitting and plotting scripts for the new workflow - replace expected-curve plotting with true/approximated target and toy bands - refresh README and submission helpers for the new toy pipeline - remove obsolete generate_toys_v5 script
- add toy generation script for direct PDF reweighting to target LHAPDF sets - update plotting for PDF bands from toy best-fit results - add helper to project target PDFs onto the POD basis - update toy-fit submission to use reweighted toy inputs - refresh fit-results notebook
Member
Otherwise, it is in the user directory, so fine. Should probably just be a "toys" directory. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't merge yet!
Lot's of things are suboptimal.
Unnecessary codes.
Cluttered directories.
Messy naming conventions.
Outputs to the user directories instead of scratch etc.
Don't merge.