You are here: Symbol Reference > AbstractMtxVec Namespace > Classes > TDenseMtxVec Class > public > Kurtosis Method > TDenseMtxVec.Kurtosis Method (double, double, integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
TDenseMtxVec.Kurtosis Method (double, double, integer, integer)

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

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

An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis True and array borders are overrun. The AMean and AStdDev passed as parameters must be computed from the same elements (Index, Len) as the Kurtosis itself.

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