Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duplicated date-time policy #4

Closed
mdsumner opened this issue Mar 19, 2019 · 2 comments
Closed

duplicated date-time policy #4

mdsumner opened this issue Mar 19, 2019 · 2 comments

Comments

@mdsumner
Copy link

I started to compare some trip stuff with foieGras and ran into the ole duplicated times thing in the ellie data - what do you generally do about that? What happens with dividing by zero durations and so forth? I noticed long ago that argosfilter just fudges over it with an epsilon but I consider that a mistake. ??

@ianjonsen
Copy link
Owner

yeah, that's a good, old chestnut. prefilter() currently flags subsequent observations with the same time to be ignored by the SSM, otherwise you run into estimation issues with the process error variances - multiple quantum states, dividing by 0 time, choose your poison... Still a fudge but there's no info to determine which is the most likely - maybe in the more detailed CLS Argos files but most people have dropped all those extra details by the time they come to fitting a model. I noticed that the crawl folks recommend adding small time increments to each duplicate but this also doesn't seem right

@mdsumner
Copy link
Author

Ok so you effectively remove them, that's good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants