GSLIB Help Page: NSCORE
-
Description:
-
Calculate normal scores values for data from any arbitrary histogram
-
Parameters:
-
datafl: a data file in simplified Geo-EAS format containing the
variable to be transformed and optionally a declustering weight.
-
icolvr and icolwt: the column numbers for the variable
and the weight. If icolwt less than or equal to 0, equal
weighting is considered.
-
tmin and tmax: all values strictly less than tmin
and strictly greater than tmax are ignored.
-
ismooth: =1 then consider a smoothed distribution, =0 then only
consider the data in datafl
-
smoothfl: the smoothed distribution file
-
icolvr and icolwt: the column numbers for the variable
and the weight in smoothfl
-
outfl: the output file containing the normal scores.
-
transfl: the output file containing the transformation look-up
table, i.e., pairs of z and y values with z being
the original data values or class bound values and y being the
corresponding normal scores values.