Java org.apache.commons.math3.stat.descriptive.moment Skewness fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math3.stat.descriptive.moment Skewness fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math3.stat.descriptive.moment Skewness.

The text is from its open source code.

Constructor

Skewness()
Constructs a Skewness

Method

voidclear()
doubleevaluate(final double[] values)
This default implementation calls #clear , then invokes #increment in a loop over the the input array, and then uses #getResult to compute the return value.
doublegetResult()
Returns the value of the statistic based on the values that have been added.
voidincrement(final double d)

Note that when #Skewness(ThirdMoment) is used to create a Skewness, this method does nothing.