| Package | Description |
|---|---|
| com.github.jessemull.microflexinteger.stat |
| Modifier and Type | Class and Description |
|---|---|
class |
CoefficientOfVariation
This class calculates the coefficient of variation of integer plate stacks,
plates, wells and well sets as the square root of the unbiased sample variance.
|
class |
ContraharmonicMean
This class calculates the contra-harmonic mean of integer plate stacks, plates,
wells and well sets.
|
class |
DescriptiveStatisticWeights
This class performs weighted statistical operations for integer plate stacks,
plates, wells and well sets.
|
class |
GeometricMean
This class calculates the geometric mean of integer plate stacks, plates,
wells and well sets as the nth root of the product of n numbers.
|
class |
HarmonicMean
This class calculates the harmonic mean of integer plate stacks, plates,
wells and well sets.
|
class |
InterquartileRange
This class calculates the inter-quartile range of integer plate stacks, plates,
wells and well sets.
|
class |
Kurtosis
This class calculates the kurtosis of integer plate stacks, plates,
wells and well sets using the following unbiased formula:
[n * (n + 1) / (n - 1) * (n - 2) * (n - 3)] * SUMOF(Fourth Moment / (Standard Deviation)^2) where n is the number of values Statistical operations can be performed on stacks, plates, sets and wells using standard or aggregated functions. |
class |
Max
This class returns the maximum value in a data set for integer plate stacks, plates,
wells and well sets.
|
class |
Mean
This class calculates the mean of integer plate stacks, plates, wells and
well sets.
|
class |
MeanDeviation
This class returns the maximum value in a data set for integer plate stacks,
plates, wells and well sets.
|
class |
Median
This class calculates the median of integer plate stacks, plates,
wells and well sets.
|
class |
MedianDeviation
This class calculates the median deviation of integer plate stacks, plates,
wells and well sets.
|
class |
Min
This class returns the minimum value in a data set for integer plate stacks, plates,
wells and well sets.
|
class |
Mode
This class returns the mode in a data set for integer plate stacks, plates,
wells and well sets.
|
class |
PopulationStandardDeviation
This class calculates the population standard deviation of integer plate stacks,
plates, wells and well sets as the square root of the unbiased sample variance.
|
class |
PopulationVariance
This class calculates the population variance of integer plate stacks, plates,
wells and well sets as the sum of the second moment divided by the number of
values.
|
class |
Product
This class calculates the product of integer plate stacks, plates, wells and
well sets.
|
class |
QuartileDeviation
This class calculates the quartile deviation of integer plate stacks, plates,
wells and well sets.
|
class |
QuartileSkewness
This class calculates the quartile skewness of integer plate stacks, plates, wells and
well sets.
|
class |
Range
This class returns the range for integer plate stacks, plates, wells and well sets.
|
class |
SampleStandardDeviation
This class calculates the sample standard deviation of integer plate stacks,
plates, wells and well sets as the square root of the unbiased sample variance.
|
class |
SampleVariance
This class calculates the sample variance of integer plate stacks, plates,
wells and well sets as the sum of the second moment divided by the number of
values less one.
|
class |
Skewness
This class calculates the skewness of integer plate stacks, plates,
wells and well sets using the following unbiased formula:
[n / (n - 1) * (n - 2)] * SUMOF(Third Moment / (Standard Deviation)^3) where n is the number of values Statistical operations can be performed on stacks, plates, sets and wells using standard or aggregated functions. |
class |
StandardError
This class calculates the standard error of integer plate stacks, plates, wells
and well sets as the square root of the unbiased sample variance.
|
class |
Sum
This class calculates the sum of integer plate stacks, plates, wells and
well sets.
|
class |
SumOfSquares
This class calculates the sum of squares for integer plate stacks, plates, wells and
well sets.
|
Copyright © 2017. All rights reserved.