I'm looking at processing the XML data, but want my data to match the history.
When data is missed from a sensor, how is the 2 hour aggregate data created? As I'm missing 10-20% of the data on my system, I feel this is a relevant question.
Is it created from the individual samples that are actually received, weighted for .1 minute, or when missed samples are detected is some other weighting going on (for instance, multiply the current sample by the number of missed samples, or the previous sample by the number of missed samples) and aggregate that way?
|