Returns the kurtosis supplement of the elements of an array.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static double Kurtosis<T>(
this Vector<T> values
)
<ExtensionAttribute>
Public Shared Function Kurtosis(Of T) (
values As Vector(Of T)
) As Double
public:
[ExtensionAttribute]
generic<typename T>
static double Kurtosis(
Vector<T>^ values
)
[<ExtensionAttribute>]
static member Kurtosis :
values : Vector<'T> -> float
Parameters
- values
- Type: Extreme.MathematicsVectorT
A vector.
Type Parameters
- T
Return Value
Type:
DoubleThe kurtosis supplement of the elements of
values.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
VectorT. 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).
Numerical Libraries
Supported in: 6.0
Reference