What do the percentiles on dv/v plot show? (development version) #340
-
Beta Was this translation helpful? Give feedback.
Answered by
ThomasLecocq
May 5, 2024
Replies: 1 comment
-
For each "time step" (aka previously "1-day", but today can be anything -> so for each unique timestamp on the X-axis) , you might have many station-pairs and therefore many dv/v measurements. That "set" can be "described" using stats, like mean, median, or the percentile of the distribution. Of course, most of those don't make sense if you have 1, 2 or 3 pairs, or event "few" pairs. Note the 5% & 95% are currently reversed, because the stats are actually computed on the dt/t and not dv/v so I'll probably change that in a near future. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kjdavidson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For each "time step" (aka previously "1-day", but today can be anything -> so for each unique timestamp on the X-axis) , you might have many station-pairs and therefore many dv/v measurements. That "set" can be "described" using stats, like mean, median, or the percentile of the distribution. Of course, most of those don't make sense if you have 1, 2 or 3 pairs, or event "few" pairs.
Note the 5% & 95% are currently reversed, because the stats are actually computed on the dt/t and not dv/v so I'll probably change that in a near future.