|
||||||||||
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.FloatArrayAnalyse
public class FloatArrayAnalyse
Provide some statistics on an array
Creation date: 29-Oct-2004 15:22:21
Constructor Summary | |
---|---|
FloatArrayAnalyse()
|
Method Summary | |
---|---|
static float |
getIGPWOObjectiveFunctionValue(float[] utilizations,
float[] capacities)
|
static float |
getMaximum(float[] array)
Get the maximum element |
static float |
getMeanValue(float[] array)
Get the mean value of the elements |
static float |
getMinResidualBandwidth(float[] utilizations,
float[] capacities)
|
static float |
getPercentile(float[] array,
int percentile)
Get the specified percentile |
static float |
getPercentile10(float[] array)
Get the percentile 10 |
static float |
getRUNObjFunc(float[] utilizations,
float[] capacities)
|
static float |
getStandardDeviation(float[] array)
Get the standard deviation of the elements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FloatArrayAnalyse()
Method Detail |
---|
public static float getMaximum(float[] array)
array
-
public static float getMeanValue(float[] array)
array
-
public static float getStandardDeviation(float[] array)
array
-
public static float getPercentile10(float[] array)
array
-
public static float getPercentile(float[] array, int percentile)
array
-
public static float getMinResidualBandwidth(float[] utilizations, float[] capacities)
public static float getRUNObjFunc(float[] utilizations, float[] capacities)
public static float getIGPWOObjectiveFunctionValue(float[] utilizations, float[] capacities)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |