Helper class for operation with arrays
Inheritance Hierarchy
GF.Clients.Charts.Custom.EL.RuntimeArrayEL
Namespace: GF.Clients.Charts.Custom.EL.Runtime
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
The ArrayEL type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Avg |
Calculates the average of the specified array items
|
![]() ![]() | AvgDev |
Calculates the average deviation of the specified array items
|
![]() ![]() | CoefficientR |
Calculates the Pearson product moment correlation coefficient for two specified arrays
|
![]() ![]() | Covar |
Calculates covariance of two specified arrays
|
![]() ![]() | CreateT(Int32, T) |
Creates and initializes T[] array
|
![]() ![]() | CreateT(Int32, Int32, T) |
Creates T[][] array
|
![]() ![]() | CreateT(Int32, Int32, Int32, T) |
Creates T[][][] array
|
![]() ![]() | HarmonicMean |
Calculates the harmonic mean of the specified array items
|
![]() ![]() | Max |
Returns the maximum value
|
![]() ![]() | Median |
Returns the median value of the specified array items
|
![]() ![]() | Min |
Returns the minimum value
|
![]() ![]() | Mode |
Returns the mode of the specified array items
|
![]() ![]() | Normalize |
Returns the normalized value of the first item that calculated on base of the specified array items
|
![]() ![]() | RSquare |
Calculates the square of the Pearson product moment correlation coefficient R.
|
![]() ![]() | Sort | |
![]() ![]() | StdDev |
Returns the standard deviation of the specified array items
|
![]() ![]() | Sum |
Calculates the sum of the specified array items
|
![]() ![]() | SumReciprocals |
Calculates the sum of reciprocals of the specified array items
|
![]() ![]() | SumSqr |
Calculates the sum of squres of the specified array items
|
![]() ![]() | SumSqrDev |
Calculates the sum of squared deviations of the specified array items
|
See Also