ArrayEL Class

GF Charts Help
Helper class for operation with arrays
Inheritance Hierarchy

SystemObject
  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

public static class ArrayEL

The ArrayEL type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAvg
Calculates the average of the specified array items
Public methodStatic memberAvgDev
Calculates the average deviation of the specified array items
Public methodStatic memberCoefficientR
Calculates the Pearson product moment correlation coefficient for two specified arrays
Public methodStatic memberCovar
Calculates covariance of two specified arrays
Public methodStatic memberCreateT(Int32, T)
Creates and initializes T[] array
Public methodStatic memberCreateT(Int32, Int32, T)
Creates T[][] array
Public methodStatic memberCreateT(Int32, Int32, Int32, T)
Creates T[][][] array
Public methodStatic memberHarmonicMean
Calculates the harmonic mean of the specified array items
Public methodStatic memberMax
Returns the maximum value
Public methodStatic memberMedian
Returns the median value of the specified array items
Public methodStatic memberMin
Returns the minimum value
Public methodStatic memberMode
Returns the mode of the specified array items
Public methodStatic memberNormalize
Returns the normalized value of the first item that calculated on base of the specified array items
Public methodStatic memberRSquare
Calculates the square of the Pearson product moment correlation coefficient R.
Public methodStatic memberSort
Public methodStatic memberStdDev
Returns the standard deviation of the specified array items
Public methodStatic memberSum
Calculates the sum of the specified array items
Public methodStatic memberSumReciprocals
Calculates the sum of reciprocals of the specified array items
Public methodStatic memberSumSqr
Calculates the sum of squres of the specified array items
Public methodStatic memberSumSqrDev
Calculates the sum of squared deviations of the specified array items
Top
See Also

Reference