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

Note that HERE %iles are interpolated values, not necessarily observed in samples #897

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions here/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ Historical data are acquired through the Traffic Analytics download portal. Data
| stddev | numeric(4,1) | | standard deviation of the observed speed(s) |
| min_spd | integer | | Observed minimum speed |
| max_spd | integer | | Observed maximum speed |
| pct_50 | integer | | Observed median speed |
| pct_85 | integer | | Observed 85th percentile speed - use with caution as sample sizes (of vehicles) are very small within 5-minute bins |
| pct_50 | integer | | Median speed. Likely to have been interpolated between adjacent values rather than actually observed in the sample! |
| pct_85 | integer | | 85th percentile speed - use with caution as sample sizes (of vehicles) are very small within 5-minute bins. This value may also be interpolated. |
| confidence | integer | | proprietary measure derived from `stddev` and `sample_size`; higher values mean greater 'confidence' in reliability of `mean` |
| sample_size | integer | | the number of probe vehicles traversing a segment within a 5-minute bin **plus** the number of 'probe samples' |

Expand Down
Loading