I was studying different probability metrics and distances and came across the following source:
At one point they define the Uniform/kolmogorov metric as:
$$\rho(X,Y) := sup\{ |F_X(x) - F_y(x) | : x \in R\}$$
I am guessing that they mean by F the probability distribution of F, but what I am a little confused is what the $sup$ function is suppose to be. What does sup mean?
I am specifically trying to understand what the uniform metric means, but I don't really know what the sup function is suppose to return.
Could you also provide a couple of examples of what $sup$ is suppose to return/give?
$\sup$ means supremum, which is the least upper bound of a set. So for your example,
$$\sup\{ |F_X(x) - F_y(x) | : x \in R\}$$
would return the least upper bound of $|F_X(x) - F_y(x) |$ for all $x\in{R}$.