hep.aida.ref.function
Class FunctionIntegrator

java.lang.Object
  extended by hep.aida.ref.function.FunctionIntegrator

public class FunctionIntegrator
extends java.lang.Object


Constructor Summary
FunctionIntegrator()
          Creates a new instance of FunctionIntegrator
 
Method Summary
static double integralMC(hep.aida.IModelFunction f)
           
static double integralSimpson(hep.aida.IModelFunction f)
           
static double integralTrapezoid(hep.aida.IModelFunction f)
           
static double integralVegasMC(hep.aida.IModelFunction f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionIntegrator

public FunctionIntegrator()
Creates a new instance of FunctionIntegrator

Method Detail

integralVegasMC

public static double integralVegasMC(hep.aida.IModelFunction f)

integralMC

public static double integralMC(hep.aida.IModelFunction f)

integralTrapezoid

public static double integralTrapezoid(hep.aida.IModelFunction f)

integralSimpson

public static double integralSimpson(hep.aida.IModelFunction f)


jHepWork 1.1 (C) Chekanov