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