public interface org.apache.commons.math3.stat.descriptive.StatisticalMultivariateSummary
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.apache.commons.math3.stat.descriptive.StatisticalMultivariateSummary
super_class: java.lang.Object
{
public abstract int getDimension();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getMean();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.apache.commons.math3.linear.RealMatrix getCovariance();
descriptor: ()Lorg/apache/commons/math3/linear/RealMatrix;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getStandardDeviation();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getMax();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getMin();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract long getN();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getGeometricMean();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getSum();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getSumSq();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract double[] getSumLog();
descriptor: ()[D
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "StatisticalMultivariateSummary.java"