QNORM
Description
Evaluates the quantile function of values in a FLOAT column assuming the normal distribution N(0,1).
For values not in the interval (0,1) the result is null.
Syntax
QNORM ( table.column )
NULL handling
If the input value is NULL, QNORM returns NULL as well.
Example
[1] Simple QNORM calculation over a FLOAT column. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
|