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

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

The text is from its open source code.

Constructor

MultivariateSummaryStatistics(int k, boolean isCovarianceBiasCorrected)
Construct a MultivariateSummaryStatistics instance

Method

voidaddValue(double[] value)
Add an n-tuple to the data
double[]getMean()
Returns an array whose ith entry is the mean of the ith entries of the arrays that have been added using #addValue(double[])