| Modifier and Type | Method and Description |
|---|---|
WellSet |
PlateReader.nextJSONResult()
Parses the next result in the result list to a well set object and returns the
result.
|
WellSet |
PlateReader.nextJSONSet()
Parses the next set in the set list to a well set object and returns the
result.
|
WellSet |
PlateReader.nextTable()
Scans the next token of the input as a table of wells.
|
WellSet |
PlateReader.nextXMLResult()
Parses the next result in the result list to a well set object and
returns the result.
|
WellSet |
PlateReader.nextXMLSet()
Parses the next well set in the well set list to a well set object and
returns the result.
|
WellSet |
PlateReader.previousJSONResult()
Parses the previous result in the result list to a well set object and returns the
result.
|
WellSet |
PlateReader.previousJSONSet()
Parses the previous set in the set list to a well set object and returns the
result.
|
WellSet |
PlateReader.previousXMLResult()
Parses the previous result in the result list to a well set object
and returns the result.
|
WellSet |
PlateReader.previousXMLSet()
Parses the previous well set in the well set list to a well set object
and returns the result.
|
WellSet |
ResultXML.toWellSetObject()
Returns a WellSetInteger object.
|
WellSet |
SimpleWellSetPOJO.toWellSetObject()
Returns a WellSetInteger object.
|
WellSet |
WellSetXML.toWellSetObject()
Returns a WellSetInteger object.
|
WellSet |
SimpleWellSetXML.toWellSetObject()
Returns a WellSetInteger object.
|
WellSet |
WellSetPOJO.toWellSetObject()
Returns a WellSetInteger object.
|
| Modifier and Type | Method and Description |
|---|---|
List<WellSet> |
PlateReader.allJSONResults()
Returns a list containing all the JSON results in the list.
|
List<WellSet> |
PlateReader.allJSONSets()
Returns a list containing all the JSON sets in the list.
|
List<WellSet> |
PlateReader.allXMLResults()
Returns a list containing all the XML results in the list.
|
List<WellSet> |
PlateReader.allXMLSets()
Returns a list containing all the XML well sets in the list.
|
List<WellSet> |
PlateReader.remainingJSONResults()
Returns a list containing the result objects with an index greater than the
current index.
|
List<WellSet> |
PlateReader.remainingJSONSets()
Returns a list containing the set objects with an index greater than the
current index.
|
List<WellSet> |
PlateReader.remainingXMLResults()
Returns a list containing the result objects with an index greater than the
current index.
|
List<WellSet> |
PlateReader.remainingXMLSets()
Returns a list containing the well set objects with an index greater than the
current index.
|
List<WellSet> |
PlateReader.spentJSONResults()
Returns a list containing the result objects with an index less than the
current index.
|
List<WellSet> |
PlateReader.spentJSONSets()
Returns a list containing the set objects with an index less than the
current index.
|
List<WellSet> |
PlateReader.spentXMLResults()
Returns a list containing the result objects with an index less than the
current index.
|
List<WellSet> |
PlateReader.spentXMLSets()
Returns a list containing the well set objects with an index less than the
current index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.setToJSON(WellSet set)
Prints the well set values in a JSON format.
|
void |
PlateWriter.setToJSON(WellSet[] array)
Prints the well set values in a JSON format.
|
String |
PlateWriter.setToJSONAsString(WellSet set)
Returns a string containing the well set values in a JSON format.
|
String |
PlateWriter.setToJSONAsString(WellSet[] array)
Returns a string containing the well set values in a JSON format.
|
void |
PlateWriter.setToXML(WellSet set)
Prints the well set values in an XML format.
|
void |
PlateWriter.setToXML(WellSet[] array)
Prints the well set values in an XML format.
|
String |
PlateWriter.setToXMLAsString(WellSet set)
Returns a string containing the well set values in an XML format.
|
String |
PlateWriter.setToXMLAsString(WellSet[] array)
Returns a string containing the well set values in an XML format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlateWriter.setToJSON(Collection<WellSet> collection)
Prints the collection of well sets in a JSON format.
|
String |
PlateWriter.setToJSONAsString(Collection<WellSet> collection)
Returns a string containing the collection of well sets in a JSON format.
|
void |
PlateWriter.setToXML(Collection<WellSet> collection)
Prints the collection of well sets in an XML format.
|
String |
PlateWriter.setToXMLAsString(Collection<WellSet> collection)
Returns a string containing the collection of well sets in an XML format.
|
| Constructor and Description |
|---|
SimpleWellSetPOJO(WellSet set)
Creates a simple well set POJO from the well set object.
|
SimpleWellSetXML(WellSet set)
Creates a simple XML well set from a well set object.
|
WellSetListPOJO(WellSet single)
Creates a well set list POJO from a well set object.
|
WellSetListPOJO(WellSet[] array)
Creates a well set list POJO from an array of well set objects.
|
WellSetListXML(WellSet single)
Creates an xml well set list from a well set object.
|
WellSetListXML(WellSet[] array)
Creates an XML well set list from an array of well set objects.
|
WellSetPOJO(WellSet set)
Creates a well set POJO from a well set object.
|
WellSetXML(WellSet set)
Creates an XML well set from a well set object.
|
| Constructor and Description |
|---|
WellSetListPOJO(Collection<WellSet> collection)
Creates a well set list POJO from a collection of well set objects.
|
WellSetListXML(Collection<WellSet> collection)
Creates an xml well set list from a collection of well set objects.
|
| Modifier and Type | Method and Description |
|---|---|
WellSet |
MathOperationIntegerUnary.sets(WellSet set)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int constant)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationShift.sets(WellSet set,
int n)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int[] array)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationIntegerUnary.sets(WellSet set,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationShift.sets(WellSet set,
int n,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationBinary.sets(WellSet set1,
WellSet set2)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set1,
WellSet set2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
int[] array)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set1,
WellSet set2)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set1,
WellSet set2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
WellSet |
MathOperationIntegerUnary.sets(WellSet set)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int constant)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationShift.sets(WellSet set,
int n)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int[] array)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationIntegerUnary.sets(WellSet set,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationShift.sets(WellSet set,
int n,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationBinary.sets(WellSet set1,
WellSet set2)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.sets(WellSet set1,
WellSet set2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
Collection<Integer> collection)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
Collection<Integer> collection,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
int[] array)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set,
int[] array,
int begin,
int length)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set1,
WellSet set2)
Returns the result of the mathematical operation.
|
WellSet |
MathOperationBinary.setsStrict(WellSet set1,
WellSet set2,
int begin,
int length)
Returns the result of the mathematical operation using the values between
the indices.
|
| Modifier and Type | Method and Description |
|---|---|
WellSet |
Plate.dataSet()
Returns the data set.
|
WellSet |
WellSet.getColumn(int column)
Returns all wells with the matching column index.
|
WellSet |
Plate.getColumn(int column)
Returns all wells with the matching column index.
|
WellSet |
Plate.getGroups(String label)
Returns a well set containing the wells for the group with the given label.
|
WellSet |
Plate.getGroups(WellList list)
Returns a well set containing the wells for the group.
|
WellSet |
WellSet.getRow(int row)
Returns all wells with the matching row index.
|
WellSet |
Plate.getRow(int row)
Returns all wells with the matching row index.
|
WellSet |
WellSet.getWells(Collection<Well> collection)
Returns a well set holding all plate wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(Collection<Well> collection)
Returns the well or null if no such well exists.
|
WellSet |
WellSet.getWells(String wellList,
String delimiter)
Returns a well set holding all plate wells that match the indices or
null if there are no matches.
|
WellSet |
Plate.getWells(String wellList,
String delimiter)
Returns a well set holding all plate wells that match the indices or
null if there are no matches.
|
WellSet |
WellSet.getWells(Well[] array)
Returns a well set holding all wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(Well[] array)
Returns the well or null if no such well exists.
|
WellSet |
WellSet.getWells(WellList list)
Returns a well set containing the wells in the list or null if none of
the wells exist.
|
WellSet |
Plate.getWells(WellList list)
Returns the wells in the input list.
|
WellSet |
WellSet.getWells(WellSet input)
Returns a well set holding all plate wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(WellSet set)
Returns the well or null if no such well exists.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WellSet> |
Plate.allGroups()
Returns a well set for all analysis groups.
|
Set<WellSet> |
Plate.getGroups(Collection<WellList> collection)
Returns a well set containing the wells for each group.
|
Set<WellSet> |
Plate.getGroups(List<String> labels)
Returns all wells with a label contained in the input list.
|
Set<WellSet> |
Plate.getGroups(WellList[] array)
Returns a well set containing the wells for each group.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WellSet.add(WellSet set)
Adds the wells in the input well set.
|
void |
Well.add(WellSet set)
Adds the data from each well in the well set.
|
boolean |
Plate.addWells(WellSet set)
Adds an array of wells to the data set omitting wells that are already
members of the set.
|
int |
WellSet.compareTo(WellSet set)
Compares two well set objects.
|
boolean |
WellSet.contains(WellSet set)
Returns true if all the input wells are found within the well set.
|
boolean |
Plate.contains(WellSet set)
Returns true if all the input wells are found within the well set.
|
boolean |
WellList.equalsSet(WellSet set)
Returns true if the well set contains the same wells.
|
WellSet |
WellSet.getWells(WellSet input)
Returns a well set holding all plate wells that match the indices or null
if there are no matches.
|
WellSet |
Plate.getWells(WellSet set)
Returns the well or null if no such well exists.
|
boolean |
WellSet.remove(WellSet set)
Removes the wells in the input well set.
|
void |
Well.removeSet(WellSet set)
Removes the well values for each well from the data set.
|
boolean |
Plate.removeWells(WellSet set)
Removes a set of wells.
|
boolean |
WellSet.replace(WellSet set)
Replaces the set wells with the wells from the input set.
|
void |
Well.replaceData(WellSet set)
Clears the data set and adds the data from each well in the set.
|
boolean |
Plate.replaceWells(WellSet set)
Replaces the plate wells with the wells from the well set.
|
boolean |
WellSet.retain(WellSet set)
Retains the wells in the well set if they exist.
|
void |
Well.retainSet(WellSet set)
Retains all the values in each well.
|
boolean |
Plate.retainWells(WellSet set)
Retains the wells in the well set if they exist.
|
| Constructor and Description |
|---|
Plate(int rows,
int columns,
String label,
WellSet data)
Creates a Integer plate.
|
Plate(int rows,
int columns,
WellSet set)
Creates a Integer plate.
|
Plate(int type,
String label,
WellSet data)
Creates a Integer plate.
|
Plate(int type,
WellSet set)
Creates a Integer plate.
|
WellSet(WellSet set)
Creates a new well set from another well set.
|
WellSet(WellSet set,
String label)
Creates a new well set from another well set and a label.
|
| Modifier and Type | Method and Description |
|---|---|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(Collection<WellSet> collection)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Integer> |
N.setsAggregated(Collection<WellSet> collection)
Returns the aggregated number of data points for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(Collection<WellSet> collection)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(Collection<WellSet> collection,
double p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(Collection<WellSet> collection,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticListWeights.setsAggregated(Collection<WellSet> collection,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.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>> |
DescriptiveStatisticListWeights.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,Double> |
QuantileStatistic.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
Percentile.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated percentile for each well set.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(Collection<WellSet> collection,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(Collection<WellSet> collection,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatisticRational.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> |
QuantileStatistic.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> |
Percentile.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,List<List<Double>>> |
QuantileStatisticList.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,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(Collection<WellSet> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(Collection<WellSet> collection,
List<Double> list)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(WellSet[] array)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Integer> |
N.setsAggregated(WellSet[] array)
Returns the aggregated number of data points for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(WellSet[] array)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(WellSet[] array,
double p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(WellSet[] array,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticListWeights.setsAggregated(WellSet[] array,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(WellSet[] array,
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>> |
DescriptiveStatisticListWeights.setsAggregated(WellSet[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each well set using the values
between the indices.
|
Map<WellSet,Double> |
QuantileStatistic.setsAggregated(WellSet[] array,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
Percentile.setsAggregated(WellSet[] array,
int p)
Returns the aggregated percentile for each well set.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(WellSet[] array,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(WellSet[] array,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(WellSet[] array,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(WellSet[] array,
int begin,
int length,
double p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatistic.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
Percentile.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated percentile for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet[] array,
List<Double> list)
Returns the aggregated statistic for each well set.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Well,Double> |
DescriptiveStatistic.set(WellSet set)
Returns the statistic of each well in the well set.
|
Map<Well,Integer> |
N.set(WellSet set)
Returns the number of data points for each well in the well set.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.set(WellSet set)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
QuantileStatisticRational.set(WellSet set,
double p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatisticWeights.set(WellSet set,
double[] weights)
Returns the weighted statistic of each well in the well set.
|
Map<Well,List<Double>> |
DescriptiveStatisticListWeights.set(WellSet set,
double[] weights)
Returns the weighted statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatisticWeights.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<Well,List<Double>> |
DescriptiveStatisticListWeights.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<Well,Double> |
QuantileStatistic.set(WellSet set,
int p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
Percentile.set(WellSet set,
int p)
Returns the percentile of each well in the well set.
|
Map<Well,List<List<Double>>> |
QuantileStatisticList.set(WellSet set,
int p)
Returns the statistic of each well in the well set.
|
Map<Well,Double> |
DescriptiveStatistic.set(WellSet set,
int begin,
int length)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<Double>> |
DescriptiveStatisticList.set(WellSet set,
int begin,
int length)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,Double> |
QuantileStatisticRational.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<Well,Double> |
QuantileStatistic.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<Well,Double> |
Percentile.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<Well,List<List<Double>>> |
QuantileStatisticList.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<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.set(WellSet set,
int begin,
int length,
List<Double> list)
Returns the statistic of each well in the well set using the values between
the beginning and ending indices.
|
Map<Well,List<List<Double>>> |
QuantileStatisticListsIntegers.set(WellSet set,
List<Double> list)
Returns the statistic of each well in the well set.
|
double |
DescriptiveStatistic.setsAggregated(WellSet set)
Returns the aggregated statistic for the well set.
|
int |
N.setsAggregated(WellSet set)
Returns the aggregated number of data points for the well set.
|
List<Double> |
DescriptiveStatisticList.setsAggregated(WellSet set)
Returns the aggregated statistic for the well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(WellSet[] array)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Integer> |
N.setsAggregated(WellSet[] array)
Returns the aggregated number of data points for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(WellSet[] array)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(WellSet[] array,
double p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(WellSet[] array,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticListWeights.setsAggregated(WellSet[] array,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(WellSet[] array,
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>> |
DescriptiveStatisticListWeights.setsAggregated(WellSet[] array,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for each well set using the values
between the indices.
|
Map<WellSet,Double> |
QuantileStatistic.setsAggregated(WellSet[] array,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
Percentile.setsAggregated(WellSet[] array,
int p)
Returns the aggregated percentile for each well set.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(WellSet[] array,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(WellSet[] array,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(WellSet[] array,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(WellSet[] array,
int begin,
int length,
double p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatistic.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
Percentile.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated percentile for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(WellSet[] array,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet[] array,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet[] array,
List<Double> list)
Returns the aggregated statistic for each well set.
|
double |
QuantileStatisticRational.setsAggregated(WellSet set,
double p)
Returns the aggregated statistic for the well set.
|
double |
DescriptiveStatisticWeights.setsAggregated(WellSet set,
double[] weights)
Returns the aggregated weighted statistic for the well set.
|
List<Double> |
DescriptiveStatisticListWeights.setsAggregated(WellSet set,
double[] weights)
Returns the aggregated weighted statistic for the well set.
|
double |
DescriptiveStatisticWeights.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> |
DescriptiveStatisticListWeights.setsAggregated(WellSet set,
double[] weights,
int begin,
int length)
Returns the aggregated weighted statistic for the well set using the values
between the indices.
|
double |
QuantileStatistic.setsAggregated(WellSet set,
int p)
Returns the aggregated statistic for the well set.
|
double |
Percentile.setsAggregated(WellSet set,
int p)
Returns the aggregated percentile for the well set.
|
List<List<Double>> |
QuantileStatisticList.setsAggregated(WellSet set,
int p)
Returns the aggregated statistic for the well set.
|
double |
DescriptiveStatistic.setsAggregated(WellSet set,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between the
indices.
|
List<Double> |
DescriptiveStatisticList.setsAggregated(WellSet set,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between the
indices.
|
double |
QuantileStatisticRational.setsAggregated(WellSet set,
int begin,
int length,
double p)
Returns the aggregated statistic for each well set using the values between the
indices.
|
double |
QuantileStatistic.setsAggregated(WellSet set,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between the
indices.
|
double |
Percentile.setsAggregated(WellSet set,
int begin,
int length,
int p)
Returns the aggregated percentile for each well set using the values between the
indices.
|
List<List<Double>> |
QuantileStatisticList.setsAggregated(WellSet set,
int begin,
int length,
int p)
Returns the aggregated statistic for each well set using the values between the
indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet set,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between the
indices.
|
List<List<Double>> |
QuantileStatisticListsIntegers.setsAggregated(WellSet set,
List<Double> list)
Returns the aggregated statistic for the well set.
|
| Modifier and Type | Method and Description |
|---|---|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(Collection<WellSet> collection)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Integer> |
N.setsAggregated(Collection<WellSet> collection)
Returns the aggregated number of data points for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(Collection<WellSet> collection)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
QuantileStatisticRational.setsAggregated(Collection<WellSet> collection,
double p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.setsAggregated(Collection<WellSet> collection,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticListWeights.setsAggregated(Collection<WellSet> collection,
double[] weights)
Returns the aggregated weighted statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatisticWeights.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>> |
DescriptiveStatisticListWeights.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,Double> |
QuantileStatistic.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
Percentile.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated percentile for each well set.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticList.setsAggregated(Collection<WellSet> collection,
int p)
Returns the aggregated statistic for each well set.
|
Map<WellSet,Double> |
DescriptiveStatistic.setsAggregated(Collection<WellSet> collection,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<Double>> |
DescriptiveStatisticList.setsAggregated(Collection<WellSet> collection,
int begin,
int length)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,Double> |
QuantileStatisticRational.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> |
QuantileStatistic.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> |
Percentile.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,List<List<Double>>> |
QuantileStatisticList.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,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(Collection<WellSet> collection,
int begin,
int length,
List<Double> list)
Returns the aggregated statistic for each well set using the values between
the indices.
|
Map<WellSet,List<List<Double>>> |
QuantileStatisticListsIntegers.setsAggregated(Collection<WellSet> collection,
List<Double> list)
Returns the aggregated statistic for each well set.
|
| Modifier and Type | Method and Description |
|---|---|
static WellSet |
RandomUtil.randomWellSetInteger(int min,
int max,
int rowMin,
int rowMax,
int columnMin,
int columnMax,
int length)
Returns a random well set with wells between the indices.
|
static WellSet |
RandomUtil.randomWellSetInteger(int min,
int max,
int rowMin,
int rowMax,
int columnMin,
int columnMax,
int lengthMin,
int lengthMax)
Returns a random well set with wells between the indices.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ValUtil.validateSet(int rows,
int columns,
WellSet set)
Validates the set by checking for wells outside the valid range.
|
Copyright © 2017. All rights reserved.