jiangyi15 / tf-pwa

Partial Wave Analysis using TensorFlow.
MIT License
27 stars 14 forks source link

Extended likelihood #113

Closed jiangyi15 closed 1 year ago

jiangyi15 commented 1 year ago

Extended likelihood $$-\ln L \Rightarrow - \ln (L * Possion(N)) $$ $$= - \sum \ln |A|^2 + N \int |A|^2 d\Phi + C$$

option in config.yml

data:
    extended: True
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 91.17% and project coverage change: +0.04% :tada:

Comparison is base (043c05f) 76.36% compared to head (c5d1337) 76.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #113 +/- ## ========================================== + Coverage 76.36% 76.40% +0.04% ========================================== Files 109 109 Lines 15995 16018 +23 Branches 2999 3007 +8 ========================================== + Hits 12215 12239 +24 Misses 3079 3079 + Partials 701 700 -1 ``` | [Flag](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | `76.40% <91.17%> (+0.04%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [tf\_pwa/model/model.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL21vZGVsL21vZGVsLnB5) | `53.39% <84.21%> (+0.40%)` | :arrow_up: | | [tf\_pwa/config\_loader/config\_loader.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2NvbmZpZ19sb2FkZXIvY29uZmlnX2xvYWRlci5weQ==) | `69.36% <100.00%> (+0.20%)` | :arrow_up: | | [tf\_pwa/tests/test\_full.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL3Rlc3RzL3Rlc3RfZnVsbC5weQ==) | `100.00% <100.00%> (ø)` | | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/113/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.