FreeHEP API
Version v1.2

hep.aida.ref.function
Class PolinomialModelFunction

java.lang.Object
  |
  +--hep.aida.ref.function.AbstractDevModelFunction
        |
        +--hep.aida.ref.function.PolinomialModelFunction
All Implemented Interfaces:
hep.aida.dev.IDevFunction, hep.aida.dev.IDevModelFunction, hep.aida.IFunction, hep.aida.IModelFunction

public class PolinomialModelFunction
extends AbstractDevModelFunction

Author:
serbo

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
PolinomialModelFunction(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, 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

PolinomialModelFunction

public PolinomialModelFunction(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)
                 throws IOException
IOException

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.