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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhancements
Enable ESS calculation for normal mixture densities when used in the context of a standard one-parameter exponential family through the new family argument. For example, this can be used to calculate the ESS of a normal mixture density representing a logit transformed response scale.
Reformat R sources using styler.
Bugfixes
Correct boundary behavior of BinaryExactCI function whenever no responses or no non-responses are observed. Fixes issue #21.
Stabilize internal beta mixture information function, which corrects unstable ESS ELIR computations. Addresses issue #22.