min |
target_columnの最小値。 |
最大 |
target_columnの最大値。 |
sum |
target_columnの非NULL値の合計。 |
count |
target_columnの非NULL値の数。 |
NULL |
target_columnのNULL値の数。 |
avg |
target_columnの非NULL値の平均。 |
分散 |
N-1の自由度に従って計算されたtarget_columnの非NULLの値の分散(Nはtarget_columnの非NULLの値の数)。 |
ustd |
target_columnの非NULLの値の不偏標準偏差。 |
std |
target_columnの非NULLの値の標準偏差。 |
multiplier |
target_columnのmultiplier。 |
intercept |
target_columnのintercept。 |
methodnumbermapping |
target_columnのscale_methodの識別子:
methodnumbermapping |
scale_method |
0 |
MEAN |
1 |
SUM |
2 |
USTD |
3 |
STD |
4 |
RANGE |
5 |
MIDRANGE |
6 |
MAXABS |
7 |
RESCALE |
|
global_trueまたはglobal_false |
GlobalScale値。 |
missvalue_keep、missvalue_zero、またはmissvalue_location |
MissValue値。 |