See: Description
| Class | Description |
|---|---|
| ArgumentExpander |
Base class for methods which expand Lists, arrays and other collections in their argument list.
|
| Count |
Counts its arguments
|
| ElementMinMax |
Finds the min/max of the elements of a vector or matrix.
|
| ElementProduct |
Calculates the product of the elements of a vector or matrix.
|
| ElementSum |
Sums the elements of a Vector (or matrix).
|
| FieldComparator |
A comparator which works using a fields
cmp() methods. |
| Mean |
Calculate the mean of its arguments
|
| Median |
Calculate the median of its arguments.
|
| Mode |
Calculate the mode of its arguments
|
| Percentile |
Calculate the percentile values of its arguments.
|
| Rank |
PostfixMathCommand to return the rank of a single number in a list.
|
| Ranks |
PostfixMathCommand to return the rank of all the elements in a list.
|
| SortElements |
PostfixMathCommand to sort elements in a list.
|
| Variance |
PostfixMathCommand for variance and standard deviation.
|
| Enum | Description |
|---|---|
| ElementMinMax.Type |
Flag indicating if the mix or max is calculated
|
| Percentile.Type |
Type of Rank to percentile to calculate.
|
| Rank.Type |
Type of Rank to calculate.
|
| Ranks.Type |
Type of Rank to calculate.
|
| Variance.Type |
Type of variance or standard deviation to calculate.
|
The com.singularsys.extensions.statistical.distributions package
has methods for the normal and binomial distributions.
Copyright © 2018 Singular Systems http://www.singularsys.com/jep