Created
January 25, 2017 11:53
-
-
Save tcolgate/2e0c247e27639e9a2b1583fe6b2bb406 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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