jhplot.fit
Class P2
java.lang.Object
hep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.function.AbstractIFunction
jhplot.fit.P2
- All Implemented Interfaces:
- hep.aida.dev.IDevManagedObject, IFunction, IManagedObject, IModelFunction, Connectable, FunctionDispatcher, Cloneable
public class P2
- extends AbstractIFunction
Polynomial 2-order (p0+p1*x+p2*x*x)
- Author:
- S.Chekanov
|
Method Summary |
double |
value(double[] v)
|
| Methods inherited from class hep.aida.ref.function.AbstractIFunction |
addFunctionListener, annotation, clone, codeletString, dimension, excludeNormalizationAll, gradient, includeNormalizationAll, indexOfParameter, isEqual, isNormalized, normalizationParameter, normalizationRange, normalize, numberOfParameters, parameter, parameterGradient, parameterNames, parameters, providesGradient, providesNormalization, providesParameterGradient, removeFunctionListener, setCodeletString, setParameter, setParameters, setTitle, title, variableName, variableNames |
P2
public P2()
P2
public P2(String title)
P2
public P2(String[] variableNames,
String[] parameterNames)
value
public double value(double[] v)
- Specified by:
value in interface IFunction- Specified by:
value in class AbstractIFunction
jHPlot 3.2. Java environment for scientific computation and data analysis. © S.Chekanov