Package | Description |
---|---|
org.apache.sis.math |
A set of mathematical objects and algebraic utilities.
|
Modifier and Type | Method and Description |
---|---|
Statistics |
Statistics.clone()
Returns a clone of this statistics.
|
Statistics |
Statistics.differences()
Returns the statistics on the differences between sample values, or
null if none. |
static Statistics |
Statistics.forSeries(CharSequence name,
CharSequence... differenceNames)
Constructs a new
Statistics object which will also compute finite differences
up to the given order. |
Statistics |
StatisticsFormat.parse(CharSequence text,
ParsePosition pos)
Not yet implemented.
|
Modifier and Type | Method and Description |
---|---|
Class<Statistics> |
StatisticsFormat.getValueType()
Returns the type of objects formatted by this class.
|
Modifier and Type | Method and Description |
---|---|
void |
Statistics.combine(Statistics stats)
Updates statistics with all samples from the specified
stats . |
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.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.