public class SampleVariance extends DescriptiveStatisticWeights
Operation |
Beginning Index |
Length of Subset |
Input/Output |
|||||
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|||||
|
|
|
|
| Constructor and Description |
|---|
SampleVariance() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(List<Double> list)
Calculates the sample variance.
|
double |
calculate(List<Double> list,
double[] weights)
Calculates the weighted sample variance.
|
double |
calculate(List<Double> list,
double[] weights,
int begin,
int length)
Calculates the weighted sample variance of the values between the
beginning and ending indices.
|
double |
calculate(List<Double> list,
int begin,
int length)
Calculates the sample variance of the values between the beginning
and ending indices.
|
double |
mean(List<Double> list)
Calculates the mean.
|
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 double calculate(List<Double> list)
calculate in class DescriptiveStatisticList - the listpublic double calculate(List<Double> list, double[] weights)
calculate in class DescriptiveStatisticWeightsList - the listdouble[] - weights for the data setpublic double calculate(List<Double> list, int begin, int length)
calculate in class DescriptiveStatisticList - the listint - beginning index of subsetint - length of subsetpublic double calculate(List<Double> list, double[] weights, int begin, int length)
calculate in class DescriptiveStatisticWeightsList - the listdouble[] - weights of the data setint - beginning index of subsetint - length of subsetCopyright © 2017. All rights reserved.