| Modifier and Type | Method and Description |
|---|---|
Plate |
PlateReader.nextJSONPlate()
Parses the next plate in the plate list to a plate object and returns the
result.
|
Plate |
PlateReader.nextMap()
Scans the next token of the input as a plate map.
|
Plate |
PlateReader.nextXMLPlate()
Parses the next plate in the plate list to a plate object and returns the
result.
|
Plate |
PlateReader.previousJSONPlate()
Parses the previous plate in the plate list to a plate object and returns the
result.
|
Plate |
PlateReader.previousXMLPlate()
Parses the previous plate in the plate list to a plate object and returns the
result.
|
Plate |
PlatePOJO.toPlateObject()
Returns a PlateInteger object.
|
Plate |
PlateXML.toPlateObject()
Returns a PlateInteger object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Plate> |
PlateReader.allJSONPlates()
Returns a list containing all the JSON plates in the list.
|
List<Plate> |
PlateReader.allXMLPlates()
Returns a list containing all the XML plates in the list.
|
List<Plate> |
PlateReader.remainingJSONPlates()
Returns a list containing the plate objects with an index greater than the
current index.
|
List<Plate> |
PlateReader.remainingXMLPlates()
Returns a list containing the plate objects with an index greater than the
current index.
|
List<Plate> |
PlateReader.spentJSONPlates()
Returns a list containing the plate objects with an index less than the
current index.
|
List<Plate> |
PlateReader.spentXMLPlates()
Returns a list containing the plate objects with an index less than the
current index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.plateToJSON(Plate plate)
Prints the plate values in a JSON format.
|
void |
PlateWriter.plateToJSON(Plate[] array)
Prints the array of plates in a JSON format.
|
String |
PlateWriter.plateToJSONAsString(Plate plate)
Returns a string containing the plate values in a JSON format.
|
String |
PlateWriter.plateToJSONAsString(Plate[] array)
Returns a string containing the array of plates in a JSON format.
|
void |
PlateWriter.plateToXML(Plate plate)
Prints the plate values in an XML format.
|
void |
PlateWriter.plateToXML(Plate[] array)
Prints the array of plates in an XML format.
|
String |
PlateWriter.plateToXMLAsString(Plate plate)
Returns a string containing the plate values in an XML format.
|
String |
PlateWriter.plateToXMLAsString(Plate[] array)
Returns a string containing the array of plates in an XML format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.plateToJSON(Collection<Plate> collection)
Prints the collection of plates in a JSON format.
|
String |
PlateWriter.plateToJSONAsString(Collection<Plate> collection)
Returns a string containing the collection of plates in a JSON format.
|
void |
PlateWriter.plateToXML(Collection<Plate> collection)
Prints the collection of plates in an XML format.
|
String |
PlateWriter.plateToXMLAsString(Collection<Plate> collection)
Returns a string containing the collection of plates in an XML format.
|
| Constructor and Description |
|---|
PlateListPOJO(Plate plate)
Creates a plate list POJO from a plate object.
|
PlateListPOJO(Plate[] array)
Creates a plate list POJO from an array of plate objects.
|
PlateListXML(Plate plate)
Creates an xml plate list from a plate object.
|
PlateListXML(Plate[] array)
Creates an xml plate list from an array of plate objects.
|
PlatePOJO(Plate plate)
Creates a plate POJO from a plate object.
|
PlateXML(Plate plate)
Creates an XML plate from a plate object.
|
| Constructor and Description |
|---|
PlateListPOJO(Collection<Plate> collection)
Creates a plate list POJO from a collection of plate objects.
|
PlateListXML(Collection<Plate> collection)
Creates an xml plate list from a collection of plate objects.
|
| Modifier and Type | Method and Description |
|---|---|
Plate |
MathOperationIntegerUnary.plates(Plate plate)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int constant)
Returns the result of the mathematical operation.
|
Plate |
MathOperationShift.plates(Plate plate,
int n)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int[] array)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationIntegerUnary.plates(Plate plate,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationShift.plates(Plate plate,
int n,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationBinary.plates(Plate plate1,
Plate plate2)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate1,
Plate plate2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
int[] array)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate1,
Plate plate2)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate1,
Plate plate2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
Plate |
MathOperationIntegerUnary.plates(Plate plate)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int constant)
Returns the result of the mathematical operation.
|
Plate |
MathOperationShift.plates(Plate plate,
int n)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int[] array)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationIntegerUnary.plates(Plate plate,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationShift.plates(Plate plate,
int n,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationBinary.plates(Plate plate1,
Plate plate2)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.plates(Plate plate1,
Plate plate2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
int[] array)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate1,
Plate plate2)
Returns the result of the mathematical operation.
|
Plate |
MathOperationBinary.platesStrict(Plate plate1,
Plate plate2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
Plate |
Stack.ceiling(Plate plate)
Returns the least plate in this set greater than or equal to the given
plate, or null if there is no such plate.
|
Plate |
Stack.first()
Returns the first plate in the set.
|
Plate |
Stack.floor(Plate plate)
Returns the greatest plate in this set less than or equal to the given
plate, or null if there is no such plate.
|
Plate |
Stack.get(Plate plateIn)
Returns the plate or null if not such plate exists.
|
Plate |
Stack.get(String label)
Returns the plate with the input label or null if no such plate exists.
|
Plate |
Stack.higher(Plate plate)
Returns the least plate in this set strictly greater than the given
plate, or null if there is no such plate.
|
Plate |
Stack.last()
Returns the last plate in the set.
|
Plate |
Stack.lower(Plate plate)
Returns the greatest plate in this set strictly less than the given plate,
or null if there is no such plate.
|
Plate |
Stack.pollFirst()
Retrieves and removes the first (lowest) plate, or returns null if this
set is empty.
|
Plate |
Stack.pollLast()
Retrieves and removes the last (highest) plate, or returns null if this
set is empty.
|
Plate[] |
Stack.toArray()
Returns an array of the plates in the stack.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Plate> |
Stack.descendingIterator()
Returns an iterator over the plates in this set in descending order.
|
Set<Plate> |
Stack.descendingSet()
Returns a reverse order view of the plates contained in this set.
|
Set<Plate> |
Stack.get(Collection<Plate> platesIn)
Returns the plates in the collection or null if none of the plates exist.
|
Set<Plate> |
Stack.get(List<String> labels)
Returns all the plates with a label found in the input list or null if none
of the plates exist.
|
Set<Plate> |
Stack.get(Plate[] platesIn)
Returns plates in the array or null if none of the plates exist.
|
Set<Plate> |
Stack.getAll()
Returns all the plates in the stack as a set.
|
Set<Plate> |
Stack.headSet(Plate plate)
Returns a view of the portion of this set whose plates are strictly
less than the input plate.
|
Set<Plate> |
Stack.headSet(Plate plate,
boolean inclusive)
Returns a view of the portion of this set whose plates are less than
(or equal to, if inclusive is true) to the input plate.
|
Iterator<Plate> |
Stack.iterator()
Returns an iterator that iterates over the plates in the stack.
|
Set<Plate> |
Stack.subSet(Plate plate1,
boolean inclusive1,
Plate plate2,
boolean inclusive2)
Returns a view of the portion of this set whose plates range from
the first input plate to the second input plate.
|
Set<Plate> |
Stack.subSet(Plate plate1,
Plate plate2)
Returns a view of the portion of this set whose plates range from
the first input plate inclusive to the second input plate inclusive.
|
Set<Plate> |
Stack.tailSet(Plate plate)
Returns a view of the portion of this stack whose plates are greater than
or equal to the input plate.
|
Set<Plate> |
Stack.tailSet(Plate plate,
boolean inclusive)
Returns a view of the portion of this stack whose plates are greater than
(or equal to, if inclusive is true) the input plate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Stack.add(Plate plateIn)
Adds a plate to the plate stack.
|
boolean |
Stack.add(Plate[] platesIn)
Adds an array of plates to the plate stack.
|
Plate |
Stack.ceiling(Plate plate)
Returns the least plate in this set greater than or equal to the given
plate, or null if there is no such plate.
|
int |
Plate.compare(Plate plate1,
Plate plate2)
Plates are ordered using the size, data type, label and number of sets.
|
int |
Plate.compareTo(Plate plate)
Compares the object to another plate.
|
boolean |
Stack.contains(Plate plateIn)
Returns true if the plate exists in the stack.
|
boolean |
Stack.contains(Plate[] platesIn)
Returns true if all the input plates are found within the stack.
|
Plate |
Stack.floor(Plate plate)
Returns the greatest plate in this set less than or equal to the given
plate, or null if there is no such plate.
|
Plate |
Stack.get(Plate plateIn)
Returns the plate or null if not such plate exists.
|
Set<Plate> |
Stack.get(Plate[] platesIn)
Returns plates in the array or null if none of the plates exist.
|
Set<Plate> |
Stack.headSet(Plate plate)
Returns a view of the portion of this set whose plates are strictly
less than the input plate.
|
Set<Plate> |
Stack.headSet(Plate plate,
boolean inclusive)
Returns a view of the portion of this set whose plates are less than
(or equal to, if inclusive is true) to the input plate.
|
Plate |
Stack.higher(Plate plate)
Returns the least plate in this set strictly greater than the given
plate, or null if there is no such plate.
|
Plate |
Stack.lower(Plate plate)
Returns the greatest plate in this set strictly less than the given plate,
or null if there is no such plate.
|
boolean |
Stack.remove(Plate plateIn)
Removes a plate from the plate stack.
|
boolean |
Stack.remove(Plate[] platesIn)
Removes an array of plates from the plate stack.
|
boolean |
Stack.replace(Plate plateIn)
Replaces a plate from the plate stack.
|
boolean |
Stack.replace(Plate[] platesIn)
Replaces an array of plates from the plate stack.
|
boolean |
Stack.retain(Plate plateIn)
Retains a plate from the plate stack.
|
boolean |
Stack.retain(Plate[] platesIn)
Retains an array of plates from the plate stack.
|
Set<Plate> |
Stack.subSet(Plate plate1,
boolean inclusive1,
Plate plate2,
boolean inclusive2)
Returns a view of the portion of this set whose plates range from
the first input plate to the second input plate.
|
Set<Plate> |
Stack.subSet(Plate plate1,
Plate plate2)
Returns a view of the portion of this set whose plates range from
the first input plate inclusive to the second input plate inclusive.
|
Set<Plate> |
Stack.tailSet(Plate plate)
Returns a view of the portion of this stack whose plates are greater than
or equal to the input plate.
|
Set<Plate> |
Stack.tailSet(Plate plate,
boolean inclusive)
Returns a view of the portion of this stack whose plates are greater than
(or equal to, if inclusive is true) the input plate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Stack.add(Collection<Plate> platesIn)
Adds a collection of plates to the plate stack.
|
boolean |
Stack.contains(Collection<Plate> platesIn)
Returns true if all the input plates are found within the stack.
|
Set<Plate> |
Stack.get(Collection<Plate> platesIn)
Returns the plates in the collection or null if none of the plates exist.
|
boolean |
Stack.remove(Collection<Plate> platesIn)
Removes a collection of plates from the plate stack.
|
boolean |
Stack.replace(Collection<Plate> platesIn)
Replaces a collection of plates from the plate stack.
|
boolean |
Stack.retain(Collection<Plate> platesIn)
Retains a collection of plates from the plate stack.
|
| Constructor and Description |
|---|
Plate(Plate plate)
Clones a Integer plate.
|
Stack(Plate plateIn)
Creates a new plate stack using the input plate.
|
Stack(Plate[] platesIn)
Creates a new plate stack using the input plate array.
|
Stack(Plate[] platesIn,
String labelIn)
Creates a new plate stack using the input plate array and label.
|
Stack(Plate plateIn,
String labelIn)
Creates a new plate stack using the input plate and label.
|
| Constructor and Description |
|---|
Stack(Collection<Plate> platesIn)
Creates a new plate stack using the input collection of plates.
|
Stack(Collection<Plate> platesIn,
String labelIn)
Creates a new plate stack using the input collection of plates and label.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Collection<Plate> collection)
Returns the aggregated statistic for each plate.
|
Map<Plate,Integer> |
N.platesAggregated(Collection<Plate> collection)
Returns the aggregated number of data points for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Collection<Plate> collection)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Collection<Plate> collection,
double p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Collection<Plate> collection,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Collection<Plate> collection,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.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>> |
DescriptiveStatisticListWeights.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,Double> |
QuantileStatistic.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
Percentile.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated percentile for each plate.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Collection<Plate> collection,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Collection<Plate> collection,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatisticIntegers.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> |
QuantileStatistic.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> |
Percentile.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,List<List<Double>>> |
QuantileStatisticList.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>>> |
QuantileStatisticListsIntegers.platesAggregated(Collection<Plate> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Collection<Plate> collection,
List<Double> list)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Plate[] array)
Returns the aggregated statistic for each plate.
|
Map<Plate,Integer> |
N.platesAggregated(Plate[] array)
Returns the aggregated number of data points for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Plate[] array)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Plate[] array,
double p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Plate[] array,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Plate[] array,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Plate[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Plate[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
Map<Plate,Double> |
QuantileStatistic.platesAggregated(Plate[] array,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
Percentile.platesAggregated(Plate[] array,
int p)
Returns the aggregated percentile for each plate.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Plate[] array,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Plate[] array,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Plate[] array,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Plate[] array,
int begin,
int length,
double p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatistic.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
Percentile.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated percentile for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Plate[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Plate[] array,
List<Double> list)
Returns the aggregated statistic for each plate.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Well,Double> |
DescriptiveStatistic.plate(Plate plate)
Returns the statistic for each plate well.
|
Map<Well,Integer> |
N.plate(Plate plate)
Returns the number of data points for each plate well.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.plate(Plate plate)
Returns the statistic for each plate well.
|
Map<Well,Double> |
QuantileStatisticIntegers.plate(Plate plate,
double p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatisticWeights.plate(Plate plate,
double[] weights)
Returns the weighted statistic for each plate well.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.plate(Plate plate,
double[] weights)
Returns the weighted statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatisticWeights.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<Well,List<Double>> |
DescriptiveStatisticListWeights.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<Well,Double> |
QuantileStatistic.plate(Plate plate,
int p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
Percentile.plate(Plate plate,
int p)
Returns the percentile for each plate well.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.plate(Plate plate,
int p)
Returns the statistic for each plate well.
|
Map<Well,Double> |
DescriptiveStatistic.plate(Plate plate,
int begin,
int length)
Returns the statistic for each plate well using the values between the beginning
and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.plate(Plate plate,
int begin,
int length)
Returns the statistic for each plate well using the values between the beginning
and ending indices.
|
Map<Well,Double> |
QuantileStatisticIntegers.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<Well,Double> |
QuantileStatistic.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<Well,Double> |
Percentile.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<Well,List<List<Double>>> |
QuantileStatisticList.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<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.plate(Plate plate,
int begin,
int length,
List<Double> list)
Returns the statistic for each plate well using the values between the
beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.plate(Plate plate,
List<Double> list)
Returns the statistic for each plate well.
|
double |
DescriptiveStatistic.platesAggregated(Plate plate)
Returns the aggregated statistic for the plate.
|
int |
N.platesAggregated(Plate plate)
Returns the aggregated number of data points for the plate.
|
List<Double> |
DescriptiveStatisticList.platesAggregated(Plate plate)
Returns the aggregated statistic for the plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Plate[] array)
Returns the aggregated statistic for each plate.
|
Map<Plate,Integer> |
N.platesAggregated(Plate[] array)
Returns the aggregated number of data points for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Plate[] array)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Plate[] array,
double p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Plate[] array,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Plate[] array,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Plate[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Plate[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each plate using the values
between the indices.
|
Map<Plate,Double> |
QuantileStatistic.platesAggregated(Plate[] array,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
Percentile.platesAggregated(Plate[] array,
int p)
Returns the aggregated percentile for each plate.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Plate[] array,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Plate[] array,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Plate[] array,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Plate[] array,
int begin,
int length,
double p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatistic.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
Percentile.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated percentile for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Plate[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Plate[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Plate[] array,
List<Double> list)
Returns the aggregated statistic for each plate.
|
double |
QuantileStatisticIntegers.platesAggregated(Plate plate,
double p)
Returns the aggregated statistic for the plate.
|
double |
DescriptiveStatisticWeights.platesAggregated(Plate plate,
double[] weights)
Returns the aggregated weighted statistic for the plate.
|
List<Double> |
DescriptiveStatisticListWeights.platesAggregated(Plate plate,
double[] weights)
Returns the aggregated weighted statistic for the plate.
|
double |
DescriptiveStatisticWeights.platesAggregated(Plate plate,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for the plate using the values
between the indices.
|
List<Double> |
DescriptiveStatisticListWeights.platesAggregated(Plate plate,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for the plate using the values
between the indices.
|
double |
QuantileStatistic.platesAggregated(Plate plate,
int p)
Returns the aggregated statistic for the plate.
|
double |
Percentile.platesAggregated(Plate plate,
int p)
Returns the aggregated percentile for the plate.
|
List<List<Double>> |
QuantileStatisticList.platesAggregated(Plate plate,
int p)
Returns the aggregated statistic for the plate.
|
double |
DescriptiveStatistic.platesAggregated(Plate plate,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between the
indices.
|
List<Double> |
DescriptiveStatisticList.platesAggregated(Plate plate,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between the
indices.
|
double |
QuantileStatisticIntegers.platesAggregated(Plate plate,
int begin,
int length,
double p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
double |
QuantileStatistic.platesAggregated(Plate plate,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
double |
Percentile.platesAggregated(Plate plate,
int begin,
int length,
int p)
Returns the aggregated percentile for each plate using the values between
the indices.
|
List<List<Double>> |
QuantileStatisticList.platesAggregated(Plate plate,
int begin,
int length,
int p)
Returns the aggregated statistic for each plate using the values between
the indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.platesAggregated(Plate plate,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.platesAggregated(Plate plate,
List<Double> list)
Returns the aggregated statistic for the plate.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Collection<Plate> collection)
Returns the aggregated statistic for each plate.
|
Map<Plate,Integer> |
N.platesAggregated(Collection<Plate> collection)
Returns the aggregated number of data points for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Collection<Plate> collection)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
QuantileStatisticIntegers.platesAggregated(Collection<Plate> collection,
double p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.platesAggregated(Collection<Plate> collection,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,List<Double>> |
DescriptiveStatisticListWeights.platesAggregated(Collection<Plate> collection,
double[] weights)
Returns the aggregated weighted statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatisticWeights.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>> |
DescriptiveStatisticListWeights.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,Double> |
QuantileStatistic.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
Percentile.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated percentile for each plate.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticList.platesAggregated(Collection<Plate> collection,
int p)
Returns the aggregated statistic for each plate.
|
Map<Plate,Double> |
DescriptiveStatistic.platesAggregated(Collection<Plate> collection,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<Double>> |
DescriptiveStatisticList.platesAggregated(Collection<Plate> collection,
int begin,
int length)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,Double> |
QuantileStatisticIntegers.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> |
QuantileStatistic.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> |
Percentile.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,List<List<Double>>> |
QuantileStatisticList.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>>> |
QuantileStatisticListsIntegers.platesAggregated(Collection<Plate> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each plate using the values between
the indices.
|
Map<Plate,List<List<Double>>> |
QuantileStatisticListsIntegers.platesAggregated(Collection<Plate> collection,
List<Double> list)
Returns the aggregated statistic for each plate.
|
| Modifier and Type | Method and Description |
|---|---|
static Plate |
RandomUtil.randomPlateInteger(int rows,
int columns,
int min,
int max,
int minLength,
int maxLength,
int groupNumber,
int wellNumber,
String label)
Generates random integer data sets for each well in the plate using the
minimum and maximum data point values and the minimum and maximum length
values.
|
static Plate |
RandomUtil.randomPlateInteger(int rows,
int columns,
int min,
int max,
int wellNumber,
String label)
Generates random integer data sets for each well in the plate using the
minimum and maximum data point values and the minimum and maximum length
values.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValUtil.validatePlateInteger(int rows,
int columns,
Plate plate)
Validates the plate by checking for null values and invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(int row,
int column,
Plate[] array)
Validates each plate by checking for null values and invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(Plate plate1,
Collection<Plate> collection)
Validates each plate in the collection by checking for null values and
invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(Plate plate1,
Plate plate2)
Validates the plate by checking for null values and invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(Plate plate1,
Plate[] array)
Validate each plate by checking for null values and invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(Plate plate1,
Plate[] array)
Validate each plate by checking for null values and invalid dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValUtil.validatePlateInteger(int row,
int column,
Collection<Plate> collection)
Validates each plate in the collection by checking for null values and
invalid dimensions.
|
static void |
ValUtil.validatePlateInteger(Plate plate1,
Collection<Plate> collection)
Validates each plate in the collection by checking for null values and
invalid dimensions.
|
Copyright © 2017. All rights reserved.