org.gcube.contentmanagement.lexicalmatcher.utils
Class MathFunctions

java.lang.Object
  extended by org.gcube.contentmanagement.lexicalmatcher.utils.MathFunctions

public class MathFunctions
extends Object


Constructor Summary
MathFunctions()
           
 
Method Summary
static BigInteger chunk2Index(int chunkIndex, int chunkSize)
           
static ArrayList<Integer> generateRandoms(int numberOfRandoms, int min, int max)
           
static int[] generateSequence(int elements)
           
static double incrementAvg(double perc, double quantity, int N)
           
static float incrementPerc(float perc, float quantity, int N)
           
static void main(String[] args)
           
static double mean(double[] p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathFunctions

public MathFunctions()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

incrementPerc

public static float incrementPerc(float perc,
                                  float quantity,
                                  int N)

incrementAvg

public static double incrementAvg(double perc,
                                  double quantity,
                                  int N)

generateRandoms

public static ArrayList<Integer> generateRandoms(int numberOfRandoms,
                                                 int min,
                                                 int max)

generateSequence

public static int[] generateSequence(int elements)

chunk2Index

public static BigInteger chunk2Index(int chunkIndex,
                                     int chunkSize)

mean

public static double mean(double[] p)


Copyright © 2012. All Rights Reserved.