stats - Print statistical data for dataset variables

SYNOPSIS

stats  [ parameter=value ... ]  [ inputfile ... ]

Parameters are: include_vars, printout

DESCRIPTION

The function stats prints statistical data for specified variables of input datasets. The data include the following:

Count           The number of data points for each variable
Good            The number of good data points
Mean            The statistical average of all datapoints
Min             The minimum valued point
Max             The maximum valued point
Std Dev         The standard deviation of each variable

PARAMETERS

include_vars

Variables to include in the statistics. If the list is preceded by a minus sign, then all variables, except those listed, are included in the statistics. Wildcards * and ? are allowed.

The default is to include all variables.

printout

Whether or not to send the printout to the standard printer. Valid responses are [yes, no]. The defaults is no.

EXAMPLES

[10] % stats unreg.avhrr
include_vars   : char(255) ? []
printout       : char(  3) ? [no]

Statistics  Page 1

Count   Good      Mean    Min      Max  Std Dev  Variable

38831   38831   540.216      1   1020  362.722  hrpt_header  unreg.avhrr
236756  236756  7.17079   1.22  27.73  5.41893  avhrr_ch2
236756  236756  23.7299  10.39  49.17  11.8625  avhrr_ch4

SEE ALSO

spectral, spect, xcorrel, correlate, regress, linfit, polyfit


Last Update: $Date: 1998/05/29 20:46:14 $