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