Skip to content

Instantly share code, notes, and snippets.

@tcolgate
Created January 25, 2017 11:53
Show Gist options
  • Select an option

  • Save tcolgate/2e0c247e27639e9a2b1583fe6b2bb406 to your computer and use it in GitHub Desktop.

Select an option

Save tcolgate/2e0c247e27639e9a2b1583fe6b2bb406 to your computer and use it in GitHub Desktop.
job:events:avg_offset_rate1h =
avg without (offset) (job_offset:events:offset_rate1h)
job:events:stddev_offset_rate1h =
stddev without (offset) (job_offset:events:offset_rate1h)
job:events:normalised_offset_rate1h =
(job:events:rate1h - job:events:avg_offset_rate1h) /
job:events:stddev_offset_rate1h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment