Uses of Class
org.apache.sis.math.Statistics
-
Packages that use Statistics Package Description org.apache.sis.math A set of mathematical objects and algebraic utilities.org.apache.sis.referencing.operation.builder Helper classes for creating Math Transforms from a set of points. -
-
Uses of Statistics in org.apache.sis.math
Methods in org.apache.sis.math that return Statistics Modifier and Type Method Description Statistics
Statistics. clone()
Returns a clone of this statistics.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.Statistics
StatisticsFormat. parse(CharSequence text, ParsePosition pos)
Not yet supported.Methods in org.apache.sis.math that return types with arguments of type Statistics Modifier and Type Method Description Class<Statistics>
StatisticsFormat. getValueType()
Returns the type of objects formatted by this class.Methods in org.apache.sis.math with parameters of type Statistics Modifier and Type Method Description void
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 Statistics Modifier and Type Method Description Statistics[]
LocalizationGridBuilder. error(MathTransform mt)
Returns statistics of differences between values calculated by the given transform and actual values.
-