|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.function.AbstractIFunction
jhplot.fit.P4
public class P4
Polynomial 4th-order.
Constructor Summary | |
---|---|
P4()
|
|
P4(java.lang.String title)
|
|
P4(java.lang.String[] variableNames,
java.lang.String[] parameterNames)
|
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 |
Methods inherited from class hep.aida.ref.ManagedObject |
---|
isFillable, name, setFillable, setName, type, typeForClass |
Methods inherited from class hep.aida.ref.event.AIDAObservable |
---|
addListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.ref.event.Connectable |
---|
isConnected, setConnected |
Constructor Detail |
---|
public P4()
public P4(java.lang.String title)
public P4(java.lang.String[] variableNames, java.lang.String[] parameterNames)
Method Detail |
---|
public double value(double[] v)
value
in interface hep.aida.IFunction
value
in class hep.aida.ref.function.AbstractIFunction
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |