A Slice of Time: Statistical Functions

This is part five in a series on window functions in SQL Server. Reviewing the Statistical Functions The next set of window functions we will look at are the statistical functions. There are four of them: PERCENT_RANK(), CUME_DIST(), PERCENTILE_CONT(), and PERCENTILE_DISC(). PERCENT_RANK and CUME_DIST PERCENT_RANK() is a fairly straightforward function: rank each window based on…

Interesting Resources for Chapter 1

For each chapter in Finding Ghosts in Your Data, I'll include a few resources that I found interesting. This isn't a bibliography, strictly speaking, as I might not use all of these in the course of writing, but they were at least worth noting. Books Anomaly Detection Principles and Algorithms by Mehrotra, et al. I'll…