You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Skewness Method > Vector.Skewness Method (double, double, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.Skewness Method (double, double, int, int)

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

Syntax
C#
Visual Basic
public double Skewness(double AMean, double AStdDev, int Index, int Len);

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!