public class Differences extends DescriptiveStatisticListWeights
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
Differences() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
calculate(List<Double> list)
Calculates the successive differences.
|
List<Double> |
calculate(List<Double> list,
double[] weights)
Calculates the weighted successive differences.
|
List<Double> |
calculate(List<Double> list,
double[] weights,
int begin,
int length)
Calculates the weighted successive differences of the values between the beginning
and ending indices.
|
List<Double> |
calculate(List<Double> list,
int begin,
int length)
Calculates the successive differences of the values between the beginning and
ending indices.
|
plate, plate, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, set, set, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, well, wellplate, plate, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, platesAggregated, set, set, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, setsAggregated, well, wellpublic List<Double> calculate(List<Double> list)
calculate in class DescriptiveStatisticListList - the listpublic List<Double> calculate(List<Double> list, double[] weights)
calculate in class DescriptiveStatisticListWeightsList - the listdouble[] - weights for the data setpublic List<Double> calculate(List<Double> list, int begin, int length)
calculate in class DescriptiveStatisticListList - the listint - beginning index of subsetint - length of subsetpublic List<Double> calculate(List<Double> list, double[] weights, int begin, int length)
calculate in class DescriptiveStatisticListWeightsList - the listdouble[] - weights of the data setint - beginning index of subsetint - length of subsetCopyright © 2017. All rights reserved.