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. -
-
Uses of Statistics in org.apache.sis.math
Methods in org.apache.sis.math that return Statistics Modifier and Type Method Description StatisticsStatistics. clone()Returns a clone of this statistics.StatisticsStatistics. differences()Returns the statistics on the differences between sample values, ornullif none.static StatisticsStatistics. forSeries(CharSequence name, CharSequence... differenceNames)Constructs a newStatisticsobject which will also compute finite differences up to the given order.StatisticsStatisticsFormat. 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 voidStatistics. combine(Statistics stats)Updates statistics with all samples from the specifiedstats.voidStatisticsFormat. format(Statistics[] stats, Appendable toAppendTo)Formats the given statistics in a tabular format.voidStatisticsFormat. format(Statistics stats, Appendable toAppendTo)Formats a localized string representation of the given statistics.
-