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:
  • Class
    Description
    Base class for methods which expand Lists, arrays and other collections in their argument list.
    Counts its arguments
    Finds the min/max of the elements of a vector or matrix.
    Flag indicating if the mix or max is calculated
    Calculates 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 arguments
    Calculate the median of its arguments.
    Calculate the mode of its arguments
    Calculate 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.