public abstract class QuantileStatisticListsIntegers extends Object
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
QuantileStatisticListsIntegers() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<List<Double>> |
calculate(List<Double> list1,
int begin,
int length,
List<Double> list2)
Calculates the statistic of the values between the beginning and ending
indices.
|
abstract List<List<Double>> |
calculate(List<Double> list1,
List<Double> list2)
Calculates the statistic.
|
Map<Well,List<List<Double>>> |
plate(Plate plate,
int begin,
int length,
List<Double> list)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<List<Double>>> |
plate(Plate plate,
List<Double> list)
Returns the statistic for each plate well.
|
Map<Plate,List<List<Double>>> |
platesAggregated(Collection<Plate> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
platesAggregated(Collection<Plate> collection,
List<Double> list)
Returns the aggregated statistic for each plate.
|
Map<Plate,List<List<Double>>> |
platesAggregated(Plate[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
platesAggregated(Plate[] array,
List<Double> list)
Returns the aggregated statistic for each plate.
|
List<List<Double>> |
platesAggregated(Plate plate,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
List<List<Double>> |
platesAggregated(Plate plate,
List<Double> list)
Returns the aggregated statistic for the plate.
|
Map<Well,List<List<Double>>> |
set(WellSet set,
int begin,
int length,
List<Double> list)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<List<Double>>> |
set(WellSet set,
List<Double> list)
Returns the statistic of each well in the well set.
|
Map<WellSet,List<List<Double>>> |
setsAggregated(Collection<WellSet> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
setsAggregated(Collection<WellSet> collection,
List<Double> list)
Returns the aggregated statistic for each well set.
|
Map<WellSet,List<List<Double>>> |
setsAggregated(WellSet[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
setsAggregated(WellSet[] array,
List<Double> list)
Returns the aggregated statistic for each well set.
|
List<List<Double>> |
setsAggregated(WellSet set,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between the
indices.
|
List<List<Double>> |
setsAggregated(WellSet set,
List<Double> list)
Returns the aggregated statistic for the well set.
|
List<List<Double>> |
well(Well well,
int begin,
int length,
List<Double> list)
Returns the well statistic for the values between the beginning and ending
indices.
|
List<List<Double>> |
well(Well well,
List<Double> list)
Returns the well statistic.
|
public Map<Well,List<List<Double>>> plate(Plate plate, List<Double> list)
Plate - the plateList - the input listpublic Map<Well,List<List<Double>>> plate(Plate plate, int begin, int length, List<Double> list)
Plate - the plateint - beginning index of subsetint - length of subsetList - the input listpublic List<List<Double>> platesAggregated(Plate plate, List<Double> list)
Plate - the plateList - the input listpublic Map<Plate,List<List<Double>>> platesAggregated(Collection<Plate> collection, List<Double> list)
Collection - collection of platesList - the input listpublic Map<Plate,List<List<Double>>> platesAggregated(Plate[] array, List<Double> list)
PlateInteger[] - array of platesList - the input listpublic List<List<Double>> platesAggregated(Plate plate, int begin, int length, List<Double> list)
Plate - the plateint - beginning index of subsetint - length of subsetList - the input listpublic Map<Plate,List<List<Double>>> platesAggregated(Collection<Plate> collection, int begin, int length, List<Double> list)
Collection - collection of platesint - beginning index of subsetint - length of subsetList - the input listpublic Map<Plate,List<List<Double>>> platesAggregated(Plate[] array, int begin, int length, List<Double> list)
PlateInteger[] - array of platesint - beginning index of subsetint - length of subsetList - the input listpublic Map<Well,List<List<Double>>> set(WellSet set, List<Double> list)
WellSet - the well setList - the input listpublic Map<Well,List<List<Double>>> set(WellSet set, int begin, int length, List<Double> list)
WellSet - the well setint - beginning index of subsetint - length of subsetList - the input listpublic List<List<Double>> setsAggregated(WellSet set, List<Double> list)
WellSet - the well setList - the input listpublic Map<WellSet,List<List<Double>>> setsAggregated(Collection<WellSet> collection, List<Double> list)
Collection - collection of well setsList - the input listpublic Map<WellSet,List<List<Double>>> setsAggregated(WellSet[] array, List<Double> list)
WellSetInteger[] - array of well setsList - the input listpublic List<List<Double>> setsAggregated(WellSet set, int begin, int length, List<Double> list)
WellSet - the well setint - beginning index of subsetint - length of subsetList - the input listpublic Map<WellSet,List<List<Double>>> setsAggregated(Collection<WellSet> collection, int begin, int length, List<Double> list)
Collection - collection of well setsint - beginning index of subsetint - length of subsetList - the input listpublic Map<WellSet,List<List<Double>>> setsAggregated(WellSet[] array, int begin, int length, List<Double> list)
WellSetInteger[] - array of well setsint - beginning index of subsetint - length of subsetList - the input listpublic List<List<Double>> well(Well well, List<Double> list)
Well - the wellList - the input listpublic List<List<Double>> well(Well well, int begin, int length, List<Double> list)
Well - the wellint - beginning index of subsetint - length of the subsetList - the input listpublic abstract List<List<Double>> calculate(List<Double> list1, List<Double> list2)
List - the listList - the input listpublic abstract List<List<Double>> calculate(List<Double> list1, int begin, int length, List<Double> list2)
List - the listint - beginning index of subsetint - length of subsetList - the input listCopyright © 2017. All rights reserved.