jas2.hist
Interface ExtendedStatistics
-
- All Superinterfaces:
- Statistics
- All Known Implementing Classes:
- CubicFunction, ExponentialFunction, Fittable1DFunction, FunctionData1DWithType, GaussianFunction, JAS2DRebinAdaptor, JASRebinAdaptor, LandauFunction, LorentzianFunction, PolynomialFunction, PowerLawFunction, QuadraticFunction, RefF1D, StraightLineFunction
public interface ExtendedStatistics extends Statistics
An interface that represents a set of Statistics values which are not limited to simple doubles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.ObjectgetExtendedStatistic(java.lang.String name)Returns an object corresponding to the named statistic.-
Methods inherited from interface jas2.hist.Statistics
getStatistic, getStatisticNames
-
-
-
-
Method Detail
-
getExtendedStatistic
java.lang.Object getExtendedStatistic(java.lang.String name)
Returns an object corresponding to the named statistic. In general the statistic will be displayed by calling its toString method, however if a Format object has been defined for this class (how?) then it will be used instead. By default the following formatters are defined- java.lang.Double
- jas2.util.ScientificFormat
- jas2.util.DoubleWithError
- jas2.util.ScientificFormat
- Parameters:
name- The name of the statistic to return- See Also:
ScientificFormat,DoubleWithError
-
-
DataMelt 3.0 © DataMelt by jWork.ORG