public class SavedStats extends AbstractSimpleStats
| Modifier and Type | Field and Description |
|---|---|
protected double |
mean |
protected SamplingType |
samplingType |
protected double |
variance |
count, DEFAULT_NAME, DEFAULT_NUMBER_FORMAT, maxObs, minObs, name, numberFormatEOL| Constructor and Description |
|---|
SavedStats(SampleStatistics original) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMean()
Gets the current value of the mean.
|
SamplingType |
getSamplingType()
Returns the SamplingType for this SampleStatistics.
|
double |
getStandardDeviation()
Gets the current value of the standard deviation.
|
double |
getVariance()
Gets the current value of the variance.
|
clone, getCount, getDataLine, getMaxObs, getMinObs, getName, newObservation, newObservation, newObservation, newObservation, propertyChange, reset, setName, setNumberFormat, setSamplingType, toStringprotected double mean
protected double variance
protected SamplingType samplingType
public SavedStats(SampleStatistics original)
public double getMean()
SampleStatisticspublic SamplingType getSamplingType()
SampleStatisticspublic double getStandardDeviation()
SampleStatisticspublic double getVariance()
SampleStatistics