Computes the sum of the given values
(Array)
number:
Computes the maximum of the given values
(Array)
number:
Computes the minimum of the given values
(Array)
number:
Computes the min and max of the given values
(Array)
{min: number, max: number}:
Computes the arithmetic mean of the given values
(Array)
number:
Computes the geometric mean of the given values
(Array)
number:
Computes the mean of the log of the given values If the return value is exponentiated, it gives the same result as the geometric mean.
(Array)
number:
Computes the weighted grand mean for a list of means and sample sizes
(Array) Mean values for each set of samples
(Array) Number of original values for each set of samples
number:
Computes the truncated mean of the given values using a given percentage
(Array)
(number) The percentage of values to keep (range:
[0,1]
)
([boolean]
(default false)
)
number:
Computes the harmonic mean of the given values
(Array)
number:
Computes the contraharmonic mean of the given values
(Array)
number:
Computes the median of the given values
number:
Computes the variance of the given values
(Array)
([boolean]
(default true)
) if true, divide by (n-1); if false, divide by n.
number:
Computes the standard deviation of the given values
(Array)
([boolean]
(default true)
) if true, divide by (n-1); if false, divide by n.
number:
IEEE Transactions on biomedical engineering, vol. 52, no. 1, january 2005, p. 76- Calculate the standard deviation via the Median of the absolute deviation The formula for the standard deviation only holds for Gaussian random variables.
(Any)
{mean: number, stdev: number}: