Summary
The standard deviation function.
Unit
MtxVec
Declaration
Function StdDev(Vec: TDenseMtxVec; AMean: TCplx): TCplx;
Description
returns the standard deviation of all Vec object complex elements using the AMean as an average value. An exception is raised if Vec is not complex.
Declaration
Function StdDev(Vec: TDenseMtxVec; AMean: TSample): TSample;
Result
the standard deviation of all Vec object elements using the AMean as an average value. An exception is raised if Vec is complex.
| Copyright 2008 Dew Research |
http://www.dewresearch.com