You are here: Symbol Reference > MtxExpr Namespace > Classes > Vector Record > public > Skewness Method > Vector.Skewness Method (double, double, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
Vector.Skewness Method (double, double, integer, integer)

Calculate the skewness for elements [Index]..[Index+Len-1].

Pascal
function Skewness(AMean: double; AStdDev: double; Index: integer; Len: integer): double; overload;

An exception is raised if ConditionCheck is True and array borders are overrun. The AMean and AStdDev parameters must be computed from the same elements from which the Skewness is to be computed.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!