You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when sampled startpoints are outside the bounds, their value is set to the upper/lower bounds. This may put too much probability mass on the bounds. The problem is illustrated in https://petab--329.org.readthedocs.build/projects/libpetab-python/en/329/example/distributions.html. This should instead be handled by sampling from the respective truncated distributions (which we anyways want to support in PEtab2).
The text was updated successfully, but these errors were encountered:
Currently, when sampled startpoints are outside the bounds, their value is set to the upper/lower bounds. This may put too much probability mass on the bounds.
With these changes, we properly sample from the respective truncated distributions.
ClosesPEtab-dev#330.
dweindl
added a commit
to dweindl/libpetab-python
that referenced
this issue
Dec 11, 2024
Currently, when sampled startpoints are outside the bounds, their value is set to the upper/lower bounds. This may put too much probability mass on the bounds.
With these changes, we properly sample from the respective truncated distributions.
ClosesPEtab-dev#330.
Currently, when sampled startpoints are outside the bounds, their value is set to the upper/lower bounds. This may put too much probability mass on the bounds. The problem is illustrated in https://petab--329.org.readthedocs.build/projects/libpetab-python/en/329/example/distributions.html. This should instead be handled by sampling from the respective truncated distributions (which we anyways want to support in PEtab2).
The text was updated successfully, but these errors were encountered: