public interface StorelessMultivariateStatistic
| Modifier and Type | Method and Description | 
|---|---|
| void | clear()Clears the internal state of the statistic. | 
| int | getDimension()Returns the dimension of the statistic. | 
| long | getN()Returns the number of values that have been added. | 
| double[] | getResult()Returns the current value of the Statistic. | 
| void | increment(double[] d)Updates the internal state of the statistic to reflect
 the addition of the new value. | 
void increment(double[] d)
d - the new valuedouble[] getResult()
Double.NaN if it
 has been cleared or just instantiated.long getN()
void clear()
int getDimension()
Copyright © 2016–2020 Hipparchus.org. All rights reserved.