Skip to content

Possible issue with formula in Vignettes file #171

Answered by bmcclintock
xjtusjtu asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your message. {momentuHMM} uses the logit link for any parameters with finite lower and upper bounds. In this case, the lower bound is 0 and the upper bound is 14400, and the logit link ensures the real parameters stay within these bounds (as the inverse logit link is bound between 0 and 1). If one were to use the log link, then the lower bound would be 0 and the upper bound would infinite (as the inverse log link is bound between 0 and infinity).

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bmcclintock
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #168 on July 22, 2023 01:06.