public abstract class DescriptiveStatistic extends Object
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
DescriptiveStatistic() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
calculate(List<Double> list)
Calculates the statistic.
|
abstract double |
calculate(List<Double> list,
int begin,
int length)
Calculates the statistic of the values between the beginning and ending indices.
|
Map<Well,Double> |
plate(Plate plate)
Returns the statistic for each plate well.
|
Map<Well,Double> |
plate(Plate plate,
int begin,
int length)
Returns the statistic for each plate well using the values between the beginning
and ending indices.
|
Map<Plate,Double> |
platesAggregated(Collection<Plate> collection)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
platesAggregated(Collection<Plate> collection,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
double |
platesAggregated(Plate plate)
Returns the aggregated statistic for the plate.
|
Map<Plate,Double> |
platesAggregated(Plate[] array)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
platesAggregated(Plate[] array,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
double |
platesAggregated(Plate plate,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between the
indices.
|
Map<Well,Double> |
set(WellSet set)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
set(WellSet set,
int begin,
int length)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<WellSet,Double> |
setsAggregated(Collection<WellSet> collection)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
setsAggregated(Collection<WellSet> collection,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
double |
setsAggregated(WellSet set)
Returns the aggregated statistic for the well set.
|
Map<WellSet,Double> |
setsAggregated(WellSet[] array)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
setsAggregated(WellSet[] array,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
double |
setsAggregated(WellSet set,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between the
indices.
|
double |
well(Well well)
Returns the well statistic.
|
double |
well(Well well,
int begin,
int length)
Returns the well statistic for the values between the beginning and ending
indices.
|
public Map<Well,Double> plate(Plate plate)
Plate - the platepublic Map<Well,Double> plate(Plate plate, int begin, int length)
Plate - the plateint - beginning index of subsetint - length of subsetpublic double platesAggregated(Plate plate)
Plate - the platepublic Map<Plate,Double> platesAggregated(Collection<Plate> collection)
Collection - collection of platespublic Map<Plate,Double> platesAggregated(Plate[] array)
PlateInteger[] - array of platespublic double platesAggregated(Plate plate, int begin, int length)
Plate - the plateint - beginning index of subsetint - length of subsetpublic Map<Plate,Double> platesAggregated(Collection<Plate> collection, int begin, int length)
Collection - collection of platesint - beginning index of subsetint - length of subsetpublic Map<Plate,Double> platesAggregated(Plate[] array, int begin, int length)
PlateInteger[] - array of platesint - beginning index of subsetint - length of subsetpublic Map<Well,Double> set(WellSet set)
WellSet - the well setpublic Map<Well,Double> set(WellSet set, int begin, int length)
WellSet - the well setint - beginning index of subsetint - length of subsetpublic double setsAggregated(WellSet set)
WellSet - the well setpublic Map<WellSet,Double> setsAggregated(Collection<WellSet> collection)
Collection - collection of well setspublic Map<WellSet,Double> setsAggregated(WellSet[] array)
WellSetInteger[] - array of well setspublic double setsAggregated(WellSet set, int begin, int length)
WellSet - the well setint - beginning index of subsetint - length of subsetpublic Map<WellSet,Double> setsAggregated(Collection<WellSet> collection, int begin, int length)
Collection - collection of well setsint - beginning index of subsetint - length of subsetpublic Map<WellSet,Double> setsAggregated(WellSet[] array, int begin, int length)
WellSetInteger[] - array of well setsint - beginning index of subsetint - length of subsetpublic double well(Well well)
Well - the wellpublic double well(Well well, int begin, int length)
Well - the wellint - beginning index of subsetint - length of the subsetpublic abstract double calculate(List<Double> list)
List - the listCopyright © 2017. All rights reserved.