Normalize a vector to a specified quantile
norm0q.Rd
This function takes a vector x
and normalizes it to a specified quantile.
The normalization is done by subtracting the minimum value of x
and dividing
the result by the specified quantile of x
. Values greater than 1 are capped
at 1.