QNORM
Applies to: CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6 CELONIS 4.7
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.
|