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
In the current implementation in Jim, there is support to fix some parameters to values specified by the users. In jim.py these are added at the likelihood call here, which appears right after the transforms are called. However, in case the transforms depend on parameters which are fixed, this will throw an error. Therefore, the fixed params should be added at the start of the likelihood call.
The text was updated successfully, but these errors were encountered:
In addition to moving the order, one would need to i) ignore the fixed parameter dimension in the Jacobian calculation and ii) assign a random yet fixed value for its log prior.
In the current implementation in Jim, there is support to fix some parameters to values specified by the users. In
jim.py
these are added at the likelihood call here, which appears right after the transforms are called. However, in case the transforms depend on parameters which are fixed, this will throw an error. Therefore, the fixed params should be added at the start of the likelihood call.The text was updated successfully, but these errors were encountered: