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

Observation Error #9

Open
bradduthie opened this issue Jan 17, 2017 · 0 comments
Open

Observation Error #9

bradduthie opened this issue Jan 17, 2017 · 0 comments
Labels
Suggested feature New things to add to GMSE

Comments

@bradduthie
Copy link
Member

It would be useful to incorporate observation error into the simulations more directly. This could be affected by one or more variables attached to each agent, which would potentially cause the mis-identification (e.g., incorrect return of seeme) or mis-labelling (incorrect traits read into the observation array) of resources. This could be done in either of two ways:

  1. Cause the errors to happen in 'real time' -- that is, while the observations are happening in the simulation. This would probably be slightly inefficient, but have the benefit of being able to assign errors specifically to agents more directly.

  2. Wait until the resource_array is marked in the observation function, then introduce errors to the array itself, including errors to whether or not resources are recorded and what their trait values are. These errors would then be read into the obs_array, which is returned by the function.

@bradduthie bradduthie added this to TODO in Observation model Feb 2, 2017
@bradduthie bradduthie added Suggested feature New things to add to GMSE and removed enhancement labels Nov 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggested feature New things to add to GMSE
Projects
No open projects
Development

No branches or pull requests

1 participant