jhplot.fit
Class Pow
java.lang.Object
hep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.function.AbstractIFunction
jhplot.fit.Pow
- All Implemented Interfaces:
- hep.aida.dev.IDevManagedObject, IFunction, IManagedObject, IModelFunction, Connectable, FunctionDispatcher, Cloneable
public class Pow
- extends AbstractIFunction
Power-law distribution. p0*pow(p1-x,p2)
- 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 |
Pow
public Pow()
Pow
public Pow(String title)
Pow
public Pow(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