|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.totem.util.DoubleArrayAnalyse
public class DoubleArrayAnalyse
Provide some statistics on an array
Creation date: 29-Oct-2004 15:22:21
Constructor Summary | |
---|---|
DoubleArrayAnalyse()
|
Method Summary | |
---|---|
static double |
getFortz(double[] load,
double[] capacities)
|
static double |
getFortz(double[] load,
float[] capacities)
|
static double |
getIGPWOObjectiveFunctionValue(double[] utilizations,
float[] capacities)
|
static double |
getMaximum(double[] array)
Get the maximum element |
static double |
getMeanValue(double[] array)
Get the mean value of the elements |
static double |
getMinimum(double[] array)
Get the minimum element |
static double |
getMinResidualBandwidth(double[] utilizations,
float[] capacities)
|
static double |
getPercentile(double[] array,
int percentile)
Get the specified percentile |
static double |
getPercentile10(double[] array)
Returns the percentile 10. |
static double |
getRUNObjFunc(double[] utilizations,
float[] capacities)
|
static double |
getStandardDeviation(double[] array)
Get the standard deviation of the elements |
static double |
getVariance(double[] array)
Get the variance of the elements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoubleArrayAnalyse()
Method Detail |
---|
public static double getMaximum(double[] array)
array
-
public static double getMinimum(double[] array)
array
-
public static double getMeanValue(double[] array)
array
-
public static double getStandardDeviation(double[] array)
array
-
public static double getVariance(double[] array)
array
-
public static double getPercentile10(double[] array)
array
-
public static double getPercentile(double[] array, int percentile)
array
-
public static double getMinResidualBandwidth(double[] utilizations, float[] capacities)
public static double getRUNObjFunc(double[] utilizations, float[] capacities)
public static double getIGPWOObjectiveFunctionValue(double[] utilizations, float[] capacities)
public static double getFortz(double[] load, float[] capacities)
public static double getFortz(double[] load, double[] capacities)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |