DOV-Vlaanderen / groundwater-logger-validation

Analysis on validation methods for groundwater logger data
MIT License
2 stars 2 forks source link

a-priori air pressure data #29

Closed DavorJ closed 5 years ago

DavorJ commented 5 years ago

I moved the apriori data to gwloggeR\data-raw\apriori-air-pressure since (1) it is related to the package and (2) because we already have the same data files in data\raw\inbo.

The load and analysis code is in apriori-air-pressure.R file. (Cf. here for raw data integration in packages.)

An overview: Raw data: image Aggregated data (day): image image The green curve s the robust estimate for in v0.02 (mean = 1033.317 // sd = 9.586297). The yellow one is the old estimate (1034.2 // 9.93342).

image

Couple of notes:

TODO: make a comparison for v0.02 old vs. new, although I think the results will be very similar.

DavorJ commented 5 years ago

v0.02 based on new estimates (mean = 1033.317 // sd = 9.586297) I dubbed v0.03. The comparison can be found here between v0.01, v0.02 and v0.03.

The results of v0.03 are very similar to v0.02 for air pressure. For example, here the first outlier is detected in v0.03, but not in v0.02: image

DavorJ commented 5 years ago

It was noted in the previous meeting that height differences might be causing the skewness. So asking the user to supply sensor elevation might be a way of further improvement.

fredericpiesschaert commented 5 years ago

I agree, but at this moment implementing sensor elevation seems low priority to me.

fredericpiesschaert commented 5 years ago

added a new issue for height, see https://github.com/DOV-Vlaanderen/groundwater-logger-validation/issues/39