public class TabulatorDelta extends Object
| Constructor and Description |
|---|
TabulatorDelta() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxValue()
Get the signed maximum value of the input samples
|
double |
getMeanAbsValue()
Get the mean of the absolute values of the input sample values.
|
double |
getMinValue()
Get the signed minimum value of the input samples
|
int |
getNumberSamples()
Gets the number of sample values passed into this instance of the
tabulator.
|
double |
getStdDevAbsValue()
Get an unbiased estimate of the standard deviation of the population
based on the tabulated samples.
|
double |
getSumSignedValues()
Gets the sum of the signed sample values as input into this tabulator.
|
void |
summarize(PrintStream ps,
String label)
Print a summary of the mean, standard deviation, min, max, and
sum of signed errors.
|
void |
tabulate(double delta)
Adds the specified delta value to the running tally of observed value.
|
public void tabulate(double delta)
delta - a valid floating point value, NaN's are ignored.public void summarize(PrintStream ps, String label)
ps - the print stream to which output is to be streamedlabel - a label for the beginning of the output linepublic double getMeanAbsValue()
public double getStdDevAbsValue()
public double getMinValue()
public double getMaxValue()
public double getSumSignedValues()
public int getNumberSamples()
Copyright © 2019. All rights reserved.