org.boris.xlloop.util
Class Maths

java.lang.Object
  extended by org.boris.xlloop.util.Maths

public class Maths
extends java.lang.Object


Constructor Summary
Maths()
           
 
Method Summary
static double linearInterp(double[] xn, double[] yn, double x)
           
static double[] normalDist(int numRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Maths

public Maths()
Method Detail

linearInterp

public static double linearInterp(double[] xn,
                                  double[] yn,
                                  double x)

normalDist

public static double[] normalDist(int numRows)