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, numberFormat
EOL
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, toString
protected double mean
protected double variance
protected SamplingType samplingType
public SavedStats(SampleStatistics original)
public double getMean()
SampleStatistics
public SamplingType getSamplingType()
SampleStatistics
public double getStandardDeviation()
SampleStatistics
public double getVariance()
SampleStatistics