jas.hist
Interface Statistics
- All Known Subinterfaces:
- ExtendedStatistics
- All Known Implementing Classes:
- Basic1DFunction, Fittable1DFunction
public interface Statistics
An interface that represents a set of Statistics values all of whose
values can be expressed as doubles.
- See Also:
ExtendedStatistics
getStatisticNames
String[] getStatisticNames()
- Returns:
- A list of statistic names
getStatistic
double getStatistic(String name)
- Parameters:
The
- statistic name, as returned by getStatisticNames()
- Returns:
- The value for the statistic
Copyright © 2000-2009 FreeHEP. All Rights Reserved.