Previous topic

@f{xystatistic}

Next topic

@f{xyvalue}

This Page

@f{xystatvalue}ΒΆ

Display statistical values for the specified 1D or 2D dataset.

@f{xystatvalue(DatasetName, Type)}
@f{xystatvalue(DatasetName, Type, Format)}

Parameters

DatasetName

Name of a 1D or 2D dataset.

Type

Name of the statistical value:

Value Meaning
xmin Value of the smalles x coordinate
xmax Value of the greatest x coordinate
ymin Value of the smalles y coordinate
ymax Value of the greatest y coordinate
xmean arithmetic mean of the x coordinates
ymean arithmetic mean of the y coordinates
yminpos x position of the y minimum
ymaxpos x position of the y maximum
corr Correlation coefficient
meandeviation Mean deviation
variance Variance
standarddeviation Standard Deviation
r2 Coefficient of determination
Format

Specifies the number format. The default format is %g. Example: %.3lf will print the values with 3 decimal places. For a complete description see printf. In field functions commas are not allowed inside the format string.

Comment

To find the dataset name, click the dataset. The name will be displayed in the status bar, e.g. Data3.

Example

xmin: @f{xystatvalue(Data 1, xmin)}

Output:

id-1172197