|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.aida.ref.function.AbstractIFunction
jhplot.fit.P2
public class P2
Polynomial 2-order (p0+p1*x+p2*x*x)
Constructor Summary | |
---|---|
P2()
|
|
P2(java.lang.String title)
|
|
P2(java.lang.String[] variableNames,
java.lang.String[] parameterNames)
|
Method Summary | |
---|---|
double |
value(double[] v)
Provide value for your function here. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public P2()
public P2(java.lang.String title)
public P2(java.lang.String[] variableNames, java.lang.String[] parameterNames)
Method Detail |
---|
public double value(double[] v)
AbstractIFunction
value
in interface hep.aida.IFunction
value
in class AbstractIFunction
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |