| Package | Description |
|---|---|
| com.github.jessemull.microflexinteger.stat |
| Modifier and Type | Class and Description |
|---|---|
class |
ContraharmonicMean
This class calculates the contra-harmonic mean of 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 |
Mean
This class calculates the mean of integer plate stacks, plates, wells and
well sets.
|
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 |
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 |
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.