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

Drifts 10: barometer error estimation #55

Open
DavorJ opened this issue Mar 10, 2020 · 0 comments
Open

Drifts 10: barometer error estimation #55

DavorJ opened this issue Mar 10, 2020 · 0 comments

Comments

@DavorJ
Copy link
Collaborator

DavorJ commented Mar 10, 2020

The following is based on #51. Note the slide that describes the underlying reasoning:

image

Let us take barometer BAOL001X_D0939 as an example. Analysis #51 revealed the following pattern when compared with all other barometers:

image

Let's extract the red curve which is the median of all the differences between measurements of BAOL001X_D0939 and all other barometers, given a certain time t.

image

We can make a histogram and a boxplot of the red curve:

image

which show that the red curve falls nicely between -10 and 10 which makes the difference between whiskers around 16 cmH2O. You can find BAOL001X_D0939 at the 18th place from the top of the following graph, which is a comparison of all the barometers, following the same procedure, ordered by the descending whiskers difference "WISK".

image

Here is also a CSV export with extra fields such as IQR and 95 % interval. Note also that I only consider the red curve at a certain time t if there are at least 10 other barometers available at that time.

Does this say anything about the error that BAOL001X_D0939 is making?

Yes and No.

"No", because the error of the barometer is image, while our red curve is based on

image

in which image is hidden.

"Yes" because we are comparing all the barometers on the same level, so their variance is in some way proportial to their true image, which allows for comparison.

Can we make an estimate of image?

Yes we can, To be discussed...

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

No branches or pull requests

1 participant