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

change Poisson log-likelihood truncation/thresholding strategy #1482

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KrisThielemans
Copy link
Collaborator

WIP to fix #1472. Currently only handling Hessian.

accumulate_sub_Hessian_times_input_without_penalty used divide_and_truncate,
but this is incorrect as its threshold strategies are not appropriate
for (measured * forward_input)/forward_current^2. Most obvious example
is if forward_input contains negatives. We now use 0/x=0 (first thresholding
measured data to be non-negative).

UCL#1461
@KrisThielemans KrisThielemans self-assigned this Jul 25, 2024
@KrisThielemans KrisThielemans changed the title Poisson ll truncation change Poisson log-likelihood truncation/thresholding strategy Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant