Uses of Class
org.hipparchus.stat.descriptive.StreamingStatistics.StreamingStatisticsBuilder
Package
Description
Generic univariate and multivariate summary statistic objects.
-
Uses of StreamingStatistics.StreamingStatisticsBuilder in org.hipparchus.stat.descriptive
Modifier and TypeMethodDescriptionStreamingStatistics.builder()
Returns aStreamingStatistics.StreamingStatisticsBuilder
to source configuredStreamingStatistics
instances.StreamingStatistics.StreamingStatisticsBuilder.extrema
(boolean arg) Sets the computeExtrema setting of the factory.StreamingStatistics.StreamingStatisticsBuilder.moments
(boolean arg) Sets the computeMoments setting of the factoryStreamingStatistics.StreamingStatisticsBuilder.percentiles
(double epsilonBound, RandomGenerator generator) Sets the computePercentiles setting of the factory.StreamingStatistics.StreamingStatisticsBuilder.sumOfLogs
(boolean arg) Sets the computeSumOfLogs setting of the factoryStreamingStatistics.StreamingStatisticsBuilder.sumOfSquares
(boolean arg) Sets the computeSumOfSquares setting of the factory.