FreeHEP API
Version current

hep.aida.ref.function
Class ExponentModelFunction

java.lang.Object
  extended byhep.aida.ref.function.AbstractDevModelFunction
      extended byhep.aida.ref.function.ExponentModelFunction
All Implemented Interfaces:
hep.aida.dev.IDevFunction, hep.aida.dev.IDevModelFunction, hep.aida.IFunction, hep.aida.IModelFunction

public class ExponentModelFunction
extends AbstractDevModelFunction

Author:
serbo
Source Code:
ExponentModelFunction.java

Field Summary
 
Fields inherited from class hep.aida.ref.function.AbstractDevModelFunction
annotation, codeletString, dimension, function, max, min, p, parNames, rangeSet, title, varNames, x
 
Constructor Summary
ExponentModelFunction(String str)
           
 
Method Summary
 int dimension()
           
 double functionValue(double[] var)
           
static void main(String[] args)
           
 int numberOfParameters()
           
 
Methods inherited from class hep.aida.ref.function.AbstractDevModelFunction
annotation, codeletString, excludeNormalizationAll, excludeNormalizationAll, excludeNormalizationRange, gradient, includeNormalizationAll, includeNormalizationAll, includeNormalizationRange, indexOfParameter, isEqual, isNormalized, normalizationAmplitude, normalizationAmplitude, normalizationParameter, normalizationRange, normalize, parameter, parameterGradient, parameterNames, parameters, providesGradient, providesNormalization, providesParameterGradient, setAnnotation, setCodeletString, setDimension, setNormalization, setNormalizationRange, setNumberOfParameters, setParameter, setParameterNames, setParameters, setProvidesGradient, setProvidesParameterGradient, setTitle, setVariableNames, title, value, variableName, variableNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExponentModelFunction

public ExponentModelFunction(String str)
Method Detail

dimension

public int dimension()
Specified by:
dimension in interface hep.aida.IFunction
Specified by:
dimension in class AbstractDevModelFunction

numberOfParameters

public int numberOfParameters()
Specified by:
numberOfParameters in interface hep.aida.IFunction
Specified by:
numberOfParameters in class AbstractDevModelFunction

functionValue

public double functionValue(double[] var)
Specified by:
functionValue in class AbstractDevModelFunction

main

public static void main(String[] args)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.