帮助里有啊
function Mean(const Data: array ofdo
uble): Extended;
Description
Mean calculates the arithmetic average of all the values in the Data array
parameter.
function StdDev(const Data: array ofdo
uble): Extended;
Description
StdDev calculates the sample standard deviation (the square root of the
sample variance) of all values in the Data array parameter.