Set a minimum nr of time steps to disable a transition from one state to another #105
-
Hi! I know the states that I am hoping to predict, they are of a certain length (more than 250m) and they do not occur on short time-steps or distances. But sometimes the tracks on a state i, for a brief moment, behaves as state j (step length, angle, etc). So I would like to eliminate those "fake" transitions based on a minimum distance (or time steps). State i to state j they do can transit to one another, but these states are not of short legth or time period. Is there any way to tackle this issue? I hope I made myself clear :) Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not sure I understand exactly what constraint you're trying to impose, but if the basis of the constraint is something that can be pre-calculated and included as a covariate in the data, then this covariate could be used to enforce the constraint on the state transition probabilities using the |
Beta Was this translation helpful? Give feedback.
I'm not sure I understand exactly what constraint you're trying to impose, but if the basis of the constraint is something that can be pre-calculated and included as a covariate in the data, then this covariate could be used to enforce the constraint on the state transition probabilities using the
formula
andfixPar
arguments. See #68 for an example.