hep.aida.ref.function
Class PolynomialModelFunction
java.lang.Object
hep.aida.ref.function.AbstractDevModelFunction
hep.aida.ref.function.PolynomialModelFunction
- All Implemented Interfaces:
- hep.aida.dev.IDevFunction, hep.aida.dev.IDevModelFunction, hep.aida.IFunction, hep.aida.IModelFunction
- public class PolynomialModelFunction
- extends AbstractDevModelFunction
- Author:
- serbo
- Source Code:
- PolynomialModelFunction.java
Fields inherited from class hep.aida.ref.function.AbstractDevModelFunction |
annotation, codeletString, dimension, function, max, min, p, parNames, rangeSet, title, varNames, x |
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 |
PolynomialModelFunction
public PolynomialModelFunction(String str)
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
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.