TD_​QQNorm

fastpath function used to determine if a column follows Normal Distribution using standard normal quantiles.

Options

Accumulate
Specifies the input table columns to copy to the output table. By default, the function copies no input table columns to the output table.
OutputColumns (strings seperated by new line)
Specifies the names to give to the output columns which will contain standard normal quantiles. By default, the output column names will be generated as TargetColumnName_theoretical_quantiles.
RankColumns
Specifies the input table columns containing rank values for TargetColumns.
Output Schema
Output Schema, if Volatile is true then use user login as the schema.
Output Table
Output Table
VAL Location
VAL Location
TargetColumns
Specifies the input table columns for which standard normal quantiles needs to be generated.
Volatile
Specifies whether the table should be a VOLATILE table. If true, then the table is automatically deleted, otherwise it is users responsibility to remove or clean it up for space.

Input Ports

Icon
Connection to a Teradata Database Instance
Icon
The relation that contains input data along with rank columns containing ranks for values in TargetColumn.

Output Ports

Icon
output of TD_QQNorm

Nodes

Extensions

Links