Finding the length distribution of zeros in data?
39 views (last 30 days)
Show older comments
I have a data set of several measurements, which give me the values at given time intervals (e.g. once a minute). Every now and then, the value is missed, e.g. due to a random fault, and the missing value is marked as "0" (zero).
I have experience handling the data, but got a new request to debug the faults more closely. I need to find the length distribution of these zeros, i.e. how long the faults are typically? Are they single-value misses, or longer?
So, how do I evaluate the lengths for each of these faults, and/or their length distribution? I prefer answers without the Statictical toolbox, but if needed I have access to that, too.
0 Comments
Accepted Answer
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!