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

Reliability of Values #76

Closed
mvishnuprathap opened this issue Apr 5, 2016 · 1 comment
Closed

Reliability of Values #76

mvishnuprathap opened this issue Apr 5, 2016 · 1 comment

Comments

@mvishnuprathap
Copy link

Can we measure reliability of temperature values given by a sensor in GSN ? What is the possible way ?

@ebiiii
Copy link
Contributor

ebiiii commented Apr 5, 2016

If you define reliability as the deviation of the measured values from a ground truth, then you can for example have a second virtual sensor that is providing you the ground truth and you can write you own processing class which merge both and compute the difference.

If you measure the reliability by identifying when the sensor fails (for example reporting impossible values) then you can again write your own processing class and detect those failure and maybe add an extra field to the virtualsensor to reflect the frequency of failures.

If you have several sensors distributed geographically and want to detect if one is reporting consistent values compared to the other or according to a model, it start to be a little bit more complex, but you can still merge all virtual sensors into a single one that will be maintaining a model and computing the likelihood of the incoming data.

There are probably also other ways, depending on what you call reliability...

@ebiiii ebiiii closed this as completed May 3, 2016
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