public abstract class DescriptiveStatisticListWeights extends DescriptiveStatisticList
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
DescriptiveStatisticListWeights() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Double> |
calculate(List<Double> list,
double[] weights)
Calculates the weighted statistic.
|
abstract List<Double> |
calculate(List<Double> list,
double[] weights,
int begin,
int length)
Calculates the weighted statistic of the values between the beginning and
ending indices.
|
Map<Well,List<Double>> |
plate(Plate plate,
double[] weights)
Returns the weighted statistic for each plate well.
|
Map<Well,List<Double>> |
plate(Plate plate,
double[] weights,
int begin,
int length)
Returns the weighted statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Plate,List<Double>> |
platesAggregated(Collection<Plate> collection,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
platesAggregated(Collection<Plate> collection,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
Map<Plate,List<Double>> |
platesAggregated(Plate[] array,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
platesAggregated(Plate[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
List<Double> |
platesAggregated(Plate plate,
double[] weights)
Returns the aggregated weighted statistic for the plate.
|
List<Double> |
platesAggregated(Plate plate,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for the plate using the values
between the indices.
|
Map<Well,List<Double>> |
set(WellSet set,
double[] weights)
Returns the weighted statistic of each well in the well set.
|
Map<Well,List<Double>> |
set(WellSet set,
double[] weights,
int begin,
int length)
Returns the weighted statistic of each well in the well set using the values
between the beginning and ending indices.
|
Map<WellSet,List<Double>> |
setsAggregated(Collection<WellSet> collection,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
setsAggregated(Collection<WellSet> collection,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each well set using the values
between the indices.
|
Map<WellSet,List<Double>> |
setsAggregated(WellSet[] array,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
setsAggregated(WellSet[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each well set using the values
between the indices.
|
List<Double> |
setsAggregated(WellSet set,
double[] weights)
Returns the aggregated weighted statistic for the well set.
|
List<Double> |
setsAggregated(WellSet set,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for the well set using the values
between the indices.
|
List<Double> |
well(Well well,
double[] weights)
Returns the weighted well statistic.
|
List<Double> |
well(Well well,
double[] weights,
int begin,
int length)
Returns the well weighted statistic for the values between the beginning and
ending indices.
|
calculate, calculate, plate, plate, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, set, set, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, well, wellpublic Map<Well,List<Double>> plate(Plate plate, double[] weights)
Plate - the platedouble[] - weights for the data setpublic Map<Well,List<Double>> plate(Plate plate, double[] weights, int begin, int length)
Plate - the platedouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic List<Double> platesAggregated(Plate plate, double[] weights)
Plate - the platedouble[] - weights for the data setpublic Map<Plate,List<Double>> platesAggregated(Collection<Plate> collection, double[] weights)
Collection - collection of platesdouble[] - weights for the data setpublic Map<Plate,List<Double>> platesAggregated(Plate[] array, double[] weights)
PlateInteger[] - array of platesdouble[] - weights for the data setpublic List<Double> platesAggregated(Plate plate, double[] weights, int begin, int length)
Plate - the platedouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic Map<Plate,List<Double>> platesAggregated(Collection<Plate> collection, double[] weights, int begin, int length)
Collection - collection of platesdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic Map<Plate,List<Double>> platesAggregated(Plate[] array, double[] weights, int begin, int length)
PlateInteger[] - array of platesdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic Map<Well,List<Double>> set(WellSet set, double[] weights)
WellSet - the well setdouble[] - weights for the data setpublic Map<Well,List<Double>> set(WellSet set, double[] weights, int begin, int length)
WellSet - the well setdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic List<Double> setsAggregated(WellSet set, double[] weights)
WellSet - the well setdouble[] - weights for the data setpublic Map<WellSet,List<Double>> setsAggregated(Collection<WellSet> collection, double[] weights)
Collection - collection of well setsdouble[] - weights for the data setpublic Map<WellSet,List<Double>> setsAggregated(WellSet[] array, double[] weights)
WellSetInteger[] - array of well setsdouble[] - weights for the data setpublic List<Double> setsAggregated(WellSet set, double[] weights, int begin, int length)
WellSet - the well setdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic Map<WellSet,List<Double>> setsAggregated(Collection<WellSet> collection, double[] weights, int begin, int length)
Collection - collection of well setsdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic Map<WellSet,List<Double>> setsAggregated(WellSet[] array, double[] weights, int begin, int length)
WellSetInteger[] - array of well setsdouble[] - weights for the data setint - beginning index of subsetint - length of subsetpublic List<Double> well(Well well, double[] weights)
Well - the welldouble[] - weights for the data setpublic List<Double> well(Well well, double[] weights, int begin, int length)
Well - the welldouble[] - weights for the data setint - beginning index of subsetint - length of the subsetpublic abstract List<Double> calculate(List<Double> list, double[] weights)
List - the listdouble[] - weights for the data setpublic abstract List<Double> calculate(List<Double> list, double[] weights, int begin, int length)
List - the listdouble[] - weights of the data setint - beginning index of subsetint - length of subsetCopyright © 2017. All rights reserved.