Uses of Class
org.apache.sis.math.Statistics
Packages that use Statistics
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
A set of mathematical objects and algebraic utilities.
Helper classes for creating Math Transforms from a set of points.
-
Uses of Statistics in org.apache.sis.image
Methods in org.apache.sis.image that return StatisticsModifier and TypeMethodDescriptionImageProcessor.valueOfStatistics
(RenderedImage source, Shape areaOfInterest) Returns statistics (minimum, maximum, mean, standard deviation) on each bands of the given image. -
Uses of Statistics in org.apache.sis.math
Methods in org.apache.sis.math that return StatisticsModifier and TypeMethodDescriptionStatistics.clone()
Returns a clone of this statistics.Statistics.differences()
Returns the statistics on the differences between sample values, ornull
if none.static Statistics
Statistics.forSeries
(CharSequence name, CharSequence... differenceNames) Constructs a newStatistics
object which will also compute finite differences up to the given order.StatisticsFormat.parse
(CharSequence text, ParsePosition pos) Not yet supported.Methods in org.apache.sis.math that return types with arguments of type StatisticsModifier and TypeMethodDescriptionfinal Class<Statistics>
StatisticsFormat.getValueType()
Returns the type of objects formatted by this class.Methods in org.apache.sis.math with parameters of type StatisticsModifier and TypeMethodDescriptionvoid
Statistics.combine
(Statistics stats) Updates statistics with all samples from the specifiedstats
.void
StatisticsFormat.format
(Statistics[] stats, Appendable toAppendTo) Formats the given statistics in a tabular format.void
StatisticsFormat.format
(Statistics stats, Appendable toAppendTo) Formats a localized string representation of the given statistics. -
Uses of Statistics in org.apache.sis.referencing.operation.builder
Methods in org.apache.sis.referencing.operation.builder that return StatisticsModifier and TypeMethodDescriptionLocalizationGridBuilder.error
(MathTransform mt) Deprecated.LocalizationGridBuilder.errors
(boolean linear) Returns statistics of differences between values calculated by the transform and actual values.
LocalizationGridBuilder.errors(boolean)
.