Statistical Functions
๐๏ธ Average
Returns the arithmetic mean (average) of the values input as a vector.
๐๏ธ Guid
Create a guid.
๐๏ธ CAverage (cumulative average)
Returns the running average of the values input as a vector.
๐๏ธ Count
Returns the number of numerical values contained in the input vector.
๐๏ธ Min (minimum)
Returns the least (minimum) value from a series of values input as a vector.
๐๏ธ Max (maximum)
Returns the greatest (maximum) value from a series of values input as a vector.
๐๏ธ Pearson
Calculates the Pearson product moment correlation coefficient, r, a dimensionless index that ranges from -1.0 to 1.0 inclusive and reflects the extent of aโฆ
๐๏ธ PrecisionSum
Returns the sum of value in the specified vector.
๐๏ธ StDevP (standard deviation of a population)
Returns the standard deviation based on the entire population given as arguments.
๐๏ธ Sum
Returns the total obtained when adding all numbers input into the function.
๐๏ธ VarP (variance of a population)
Returns the variance based on the entire population given as arguments.