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

Example usage for Java org.apache.commons.math3.stat.descriptive.moment GeometricMean 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 GeometricMean.

The text is from its open source code.

Constructor

GeometricMean()
Create a GeometricMean instance
GeometricMean(GeometricMean original)
Copy constructor, creates a new GeometricMean identical to the original
GeometricMean(SumOfLogs sumOfLogs)
Create a GeometricMean instance using the given SumOfLogs instance

Method