|
TEMP = SKEW(3) or TEMP = SKEW(3, ALL)
Creates a new column named TEMP containing the value zero.
|
Creates a new column named TEMP containing a single value which is the skew of the contents of column V1.
|
Creates a new column named TEMP containing a single value which is the skew of the contents of columns V1, V2, and V3.
|
Creates a new column named TEMP containing a single value which is the skew of the cells in rows 10-20 of column V1.
|
Creates a new column named TEMP containing a single value which is the skew of the cells in rows 1-5 of columns V1 through V4.
|
Creates three new columns named TEMP, VX, and VY. The single value in the TEMP column is the skew of the contents of column V1, the single value in the VX column is the skew of the contents of column V2, and the single value in the VY column is the skew of the contents of column V3.
|
Creates three new columns named TEMP, VX, and VY, each containing a single value. The value in column TEMP is the skew of the cells in rows 1-5 of column V1, the value in column VX is the skew of the cells in rows 1-5 of column V2, and the value in column VY is the skew of the cells in rows 1-5 of column V3.
|
Creates a new columns named TEMP where each cell entry is the skew of the corresponding row across columns V1, V2, and V3.
|
Creates a new column named TEMP, where the first 41 cells contain the skew of the values in rows 10-50 across columns V1 through V3. The other cells in TEMP are empty.
|
AVG or MEAN
|
|
Copyright IBM Corporation 2013. All Rights Reserved.
|