The StatMark form (),
available from the
XYArray Layer Control,
plots a set of markers based on a combination (typically the mean)
of input array-valued coordinates. The input X and Y coordinates must
be fixed-length arrays of length N; N markers are plotted, each one
representing the mean (or median, minimum, maximum, ...) of all the
input array elements at the corresponding position.
Example StatMark plot
StatLine form configuration panel
The configuration options are:
mean
:
the mean of the combined valuesmedian
:
the median of the combined values (may be slow)min
: the minimum of all the combined valuesmax
: the maximum of all the combined valuesq.01
:
the 1st percentile of the combined values (may be slow)q1
:
the first quartile of the combined values (may be slow)q3
:
the third quartile of the combined values (may be slow)q.99
:
the 99th percentile of the combined values (may be slow)stdev
:
the sample standard deviation of the combined valuessum
: the sum of all the combined valuescount
: the number of non-blank values