java.lang.Object
org.apache.commons.math3.stat.descriptive.moment.VectorialMean
All Implemented Interfaces:
Serializable

public class VectorialMean extends Object implements Serializable
Returns the arithmetic mean of the available vectors.
Since:
1.2
See Also:
  • Constructor Details

    • VectorialMean

      public VectorialMean(int dimension)
      Constructs a VectorialMean.
      Parameters:
      dimension - vectors dimension
  • Method Details