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

Data #1

Open
2 of 3 tasks
alecandido opened this issue Apr 26, 2022 · 2 comments
Open
2 of 3 tasks

Data #1

alecandido opened this issue Apr 26, 2022 · 2 comments
Labels
roadmap Track progresses on the project

Comments

@alecandido
Copy link
Member

alecandido commented Apr 26, 2022

Roadmap for closure and actual data implementation.

  • 0: PDF level fake data (PDF uncertainty)
  • 1: closure test data through actual DIS theory (PDF uncertainty)
  • 2: actual data (actual covmat)
@alecandido
Copy link
Member Author

At PDF level it is done for:

  • MC replicas sets: i.e. NNPDF ones (essentially), this is the easiest: just sample x and flavor with a sensible distribution, and then sample replica by sampling uniformly its ID
  • hessian sets: i.e. everything else, in this case in order to associate each sample to a "replica", I had sample a point in a space with dimension equal to the number of eigenvectors, from a multi-Gaussian, then combine the eigenvectors in that direction, and sample x and flavor with the same distribution of above

I believe this is fine, but it's much messier to sample from hessian sets, so everything else will be done for MC sets only.

@alecandido
Copy link
Member Author

For actual data I made a leap forward, since Roy explained me how to use vp.api.API 😃

@alecandido alecandido added the roadmap Track progresses on the project label Apr 27, 2022
@alecandido alecandido mentioned this issue Apr 27, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Track progresses on the project
Projects
None yet
Development

No branches or pull requests

1 participant