Is there an established mathematical notation/symbol for truncating a variable to values between zero and one, i.e. to a proportion? This would be equivalent to $\min(\max(x,\,0),\,1)$?
Via Is there a mathematical operator to truncate negative values to zero? I've found that one may use $x^+ = \max(x,\,0)$ ...