|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| 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.Exponent
public class Exponent
Exponential distribution. p0*exp(p1*(v0-p2));
| Field Summary |
|---|
| Fields inherited from class hep.aida.ref.function.AbstractIFunction |
|---|
codeletString, gradient, p, parameterNames, variableNames |
| Fields inherited from class hep.aida.ref.ManagedObject |
|---|
fillable |
| Fields inherited from class hep.aida.ref.event.AIDAObservable |
|---|
connectionDidChange, isConnected, isValid |
| Constructor Summary | |
|---|---|
Exponent()
|
|
Exponent(String title)
|
|
Exponent(String[] variableNames,
String[] parameterNames)
|
|
| Method Summary | |
|---|---|
protected void |
init(String title)
|
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, createEvent, fireStateChanged, fireStateChanged, fireStateChanged, isConnected, removeAllListeners, removeListener, setConnected, setIsValidAfterNotify, setValid, setValidForAll |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hep.aida.ref.event.Connectable |
|---|
isConnected, setConnected |
| Constructor Detail |
|---|
public Exponent()
public Exponent(String title)
public Exponent(String[] variableNames,
String[] parameterNames)
| Method Detail |
|---|
public double value(double[] v)
value in interface hep.aida.IFunctionvalue in class hep.aida.ref.function.AbstractIFunctionprotected void init(String title)
init in class hep.aida.ref.function.AbstractIFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||