issues
search
mlysy
/
pfjax
Particle filtering in JAX
https://pfjax.readthedocs.io
MIT License
1
stars
0
forks
source link
Dev mohan
#15
Open
mohanwu
opened
2 years ago
mohanwu
commented
2 years ago
Updated pgnet_model to properly invert logit function (ie. K*exp(x)/(exp(x) +1)) instead of using just exp().
Added small eps term to prevent any variable going to negative inf on the log scale