Compute standard deviation.
function StdDev(const a: array of double; Mean: double): double; overload;
Compute standard deviation from the a array, if the mean value of the a array is Mean.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|