MtxVec.StdDev Method

Overload List

#SignatureDescription
1TCplx StdDev(TDenseMtxVec Vec, TCplx AMean)Standard deviation for Vector values [Index,Index+Len], starting at Index.
2Double StdDev(TDenseMtxVec Vec, Double AMean)Vector standard deviation.
3Double StdDev(TMtxVec X)Result = the standard deviation from the source data

Overload 1: TCplx StdDev(TDenseMtxVec Vec, TCplx AMean)

Standard deviation for Vector values [Index,Index+Len], starting at Index.

#NameTypeDescription
1VecTDenseMtxVecsource TVec or TMtx
2AMeanTCplxpre-computed mean

Returns: TCplx (complex)

Overload 2: Double StdDev(TDenseMtxVec Vec, Double AMean)

Vector standard deviation.

#NameDescription
1VecCalling vector or matrix object for which function will be evaluated.
2AMeanThe average value computed from the Vec parameter.

Returns: Double - Vector standard deviation.

Overload 3: Double StdDev(TMtxVec X)

Compute the standard deviation from the source data.

#NameTypeDescription
1XTMtxVecsource TVec or TMtx

Returns: Double