public abstract class Statistics extends Object
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
static double[][] |
covarianceMatrix(double[][] samples)
Calculates the covariance matrix for a sequence of sample vectors.
|
static double |
getMax(double[] A) |
static float |
getMax(float[] A) |
static int |
getMax(int[] A) |
static double |
getMin(double[] A) |
static float |
getMin(float[] A) |
static int |
getMin(int[] A) |
public Statistics()
public static int getMax(int[] A)
public static int getMin(int[] A)
public static float getMax(float[] A)
public static float getMin(float[] A)
public static double getMax(double[] A)
public static double getMin(double[] A)
public static double[][] covarianceMatrix(double[][] samples)
samples
- Array of m-dimensional vectors (double[n][m]).Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)