A z-score measures how many standard deviations a current observation is from its historical mean. It provides a standardized way to assess whether a yield, spread, or auction metric is at an extreme relative to history.
Z-score = (Current value - Mean) / Standard deviation
Interpretation:
On this site, z-scores appear in several contexts:
Z-scores assume roughly normal distributions. For metrics with fat tails (common in financial data), extreme z-scores may be more frequent than a normal distribution implies. The expanding-window approach used in the auction grading system (documented in "Grading US Treasury Auctions") mitigates this by using all available history rather than a fixed window.