DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Mathematical Functions
Curve Fitting
Properties
DataY
See also:
DataX
,
EnterStatValue
,
RemoveStatValue
Index
Statistical Background
DataY
Declaration:
TCurveFit
.
DataY
[ix: integer]: double;
The read-only array property
DataY
returns the y-value of the
ix
-th data pair entered by
EnterStatValue
. The parameter
ix
may assume values between 1 and
NumData
. For
ix
-values outside this range
DataY
is zero.