Returns an estimate for the skewness of a variable.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Parameter GetSkewnessEstimate(
this Vector<double> variable
)
<ExtensionAttribute>
Public Shared Function GetSkewnessEstimate (
variable As Vector(Of Double)
) As Parameter
public:
[ExtensionAttribute]
static Parameter^ GetSkewnessEstimate(
Vector<double>^ variable
)
[<ExtensionAttribute>]
static member GetSkewnessEstimate :
variable : Vector<float> -> Parameter
Parameters
- variable
- Type: Extreme.MathematicsVectorDouble
Return Value
Type:
ParameterA
Parameter value containing information about the value and
the distribution of the skewness of the variable.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
VectorDouble. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
The sampling distribution is an approximation that is only valid when the distribution of the variable
is close to normal and when the number of observations is large.
Numerical Libraries
Supported in: 6.0
Reference