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