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