jhplot.fit
Class P6
- java.lang.Object
- 
- All Implemented Interfaces:
- IDevManagedObject, IFunction, IManagedObject, IModelFunction, Connectable, FunctionDispatcher, java.lang.Cloneable
 
 
 public class P6 extends AbstractIFunction Polynomial 6th-order.
- 
- 
Field Summary- 
Fields inherited from class hep.aida.ref.function.AbstractIFunctiongradient, p
 
- 
 - 
Constructor SummaryConstructors Constructor and Description P6()P6(java.lang.String title)P6(java.lang.String[] variableNames, java.lang.String[] parameterNames)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublevalue(double[] v)Provide value for your function here.- 
Methods inherited from class hep.aida.ref.function.AbstractIFunctionaddFunctionListener, 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.ManagedObjectisFillable, name, setFillable, setName, type, typeForClass
 - 
Methods inherited from class hep.aida.ref.event.AIDAObservableaddListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll
 - 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface hep.aida.ref.event.ConnectableisConnected, setConnected
 
- 
 
- 
- 
- 
Constructor Detail- 
P6public P6() 
 - 
P6public P6(java.lang.String title) 
 - 
P6public P6(java.lang.String[] variableNames, java.lang.String[] parameterNames)
 
- 
 - 
Method Detail- 
valuepublic double value(double[] v) Description copied from class:AbstractIFunctionProvide value for your function here. Something like: return p[0]+p[1]*v[0]+p[2]*v[0]*v[0];- Specified by:
- valuein interface- IFunction
- Specified by:
- valuein class- AbstractIFunction
 
 
- 
 
- 
DMelt 3.0 © DataMelt by jWork.ORG