You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Skewness Method
>
Matrix.Skewness Method (double, double)
Dew Math for .NET
Example
Matrix.Skewness Method (double, double)
var a:
Matrix
; c,d:
double
; begin a.SetIt(1,4,False,[1,2,3,4]); d := a.Mean; c := a.Skewness(d, a.StdDev(d));
//or
d :=
Mean
(a); c := Skewness(a, d,
StdDev
(a, d)); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home