Package com.singularsys.extensions.statistical
package com.singularsys.extensions.statistical
Statistical functions, mean, median, mode, variance, rank etc.
The com.singularsys.extensions.statistical.distributions package
has methods for the normal and binomial distributions.
- Since:
- Jep 3.5 / Extensions 2.0
- See Also:
-
ClassDescriptionBase class for methods which expand Lists, arrays and other collections in their argument list.Counts its argumentsFinds the min/max of the elements of a vector or matrix.Flag indicating if the mix or max is calculatedCalculates the product of the elements of a vector or matrix.Sums the elements of a Vector (or matrix).Base class for functions which return lists or vectors.Calculate the mean of its argumentsCalculate the median of its arguments.Calculate the mode of its argumentsCalculate the percentile values of its arguments.Type of Rank to percentile to calculate.PostfixMathCommand to return the rank of a single number in a list.Type of Rank to calculate.PostfixMathCommand to return the rank of all the elements in a list.Type of Rank to calculate.PostfixMathCommand to sort elements in a list.PostfixMathCommand for variance and standard deviation.Type of variance or standard deviation to calculate.