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.
Helper classes for the rendering of grid coverages.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
A set of helper classes for the SIS implementation.
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 TypeMethodDescriptionprivate static Statistics[]
StatisticsCalculator.combine
(Statistics[] previous, Statistics[] computed) Invoked after a thread finished to process all its tiles and wants to combine its result with the result of another thread.private Statistics[]
StatisticsCalculator.createAccumulator()
Invoked for creating the object holding the information to be computed by a single thread.private static Statistics[]
StatisticsCalculator.createAccumulator
(int numBands) Creates the objects where to add sample values for computing statistics.ImageProcessor.valueOfStatistics
(RenderedImage source, Shape areaOfInterest, DoubleUnaryOperator... sampleFilters) Returns statistics (minimum, maximum, mean, standard deviation) on each bands of the given image.Methods in org.apache.sis.image with parameters of type StatisticsModifier and TypeMethodDescriptionprivate static Statistics[]
StatisticsCalculator.combine
(Statistics[] previous, Statistics[] computed) Invoked after a thread finished to process all its tiles and wants to combine its result with the result of another thread.private void
StatisticsCalculator.compute
(Statistics[] accumulator, Raster tile) Executes this operation on the given tile.private DoubleConsumer[]
StatisticsCalculator.filtered
(Statistics[] accumulator) Returns accumulators which will apply theinvalid reference
#filter
-
Uses of Statistics in org.apache.sis.internal.map.coverage
Fields in org.apache.sis.internal.map.coverage declared as StatisticsModifier and TypeFieldDescriptionprivate Statistics[]
RenderingData.statistics
Statistics on pixel values of currentRenderingData.data
, ornull
if not yet computed. -
Uses of Statistics in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri that return StatisticsModifier and TypeMethodDescriptionprivate Statistics[]
RasterStore.readStatistics
(String name, SampleModel sm) Reads the"*.stx"
auxiliary file.Methods in org.apache.sis.internal.storage.esri with parameters of type StatisticsModifier and TypeMethodDescription(package private) final GridCoverage2D
RasterStore.createCoverage
(GridGeometry domain, RangeArgument range, WritableRaster data, Statistics stats) Creates the grid coverage resulting from aGridCoverageResource.read(GridGeometry, int...)
operation.(package private) final void
RasterStore.loadBandDescriptions
(String name, SampleModel sm, Statistics... stats) Loads"*.stx"
and"*.clr"
files if present then buildsRasterStore.sampleDimensions
andRasterStore.colorModel
from those information. -
Uses of Statistics in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util with parameters of type StatisticsModifier and TypeMethodDescriptionstatic int
Numerics.suggestFractionDigits
(Statistics stats) Suggests an amount of fraction digits for data having the given statistics. -
Uses of Statistics in org.apache.sis.math
Subclasses of Statistics in org.apache.sis.mathModifier and TypeClassDescriptionprivate static final class
Holds some statistics about the difference between consecutive sample values.Fields in org.apache.sis.math declared as StatisticsModifier and TypeFieldDescriptionprivate Statistics
Statistics.WithDelta.delta
Statistics about the differences between consecutive sample values.Methods in org.apache.sis.math that return StatisticsModifier and TypeMethodDescriptionStatistics.clone()
Returns a clone of this statistics.Statistics.WithDelta.clone()
Returns a clone of this statistics.Statistics.differences()
Returns the statistics on the differences between sample values, ornull
if none.Statistics.WithDelta.differences()
Returns the statistics about difference between consecutive values.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
Statistics.WithDelta.combine
(Statistics stats) Update statistics with all samples from the specifiedstats
.private static Format
StatisticsFormat.configure
(Format format, Statistics stats, boolean clone) Configures the given formatter for writing a set of data described by the given statistics.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.Constructors in org.apache.sis.math with parameters of type StatisticsModifierConstructorDescription(package private)
WithDelta
(CharSequence name, Statistics delta) Constructs an initially empty set of statistics using the specified object forStatistics.WithDelta.delta
statistics. -
Uses of Statistics in org.apache.sis.referencing.operation.builder
Methods in org.apache.sis.referencing.operation.builder that return StatisticsModifier and TypeMethodDescriptionLocalizationGridBuilder.errors
(boolean linear) Returns statistics of differences between values calculated by the transform and actual values.