Uses of Class
xal.tools.statistics.UnivariateStatistics
Packages that use UnivariateStatistics
-
Uses of UnivariateStatistics in xal.tools.correlator
Constructors in xal.tools.correlator with parameters of type UnivariateStatisticsModifierConstructorDescriptionCorrelation(Map<String, T> newRecordTable, UnivariateStatistics newTimeStatistics) Creates new Correlation -
Uses of UnivariateStatistics in xal.tools.statistics
Subclasses of UnivariateStatistics in xal.tools.statisticsModifier and TypeClassDescriptionclassMutableUnivariateStatistics calculates statistics of a series of measurements.classCalculate running statistics using weighted averagingMethods in xal.tools.statistics with parameters of type UnivariateStatisticsModifier and TypeMethodDescriptionvoidMutableUnivariateStatistics.addSamples(UnivariateStatistics stats) Merge in samples from other statistics.Constructors in xal.tools.statistics with parameters of type UnivariateStatisticsModifierConstructorDescriptionCopy constructorMutableUnivariateStatistics(UnivariateStatistics stats, double scale) Constructor which scales the samples from an existing set of statistics.Copy constructorUnivariateStatistics(UnivariateStatistics stats, double scale) Constructor which scales the samples from an existing set of statistics.