|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--statistic.function.GenericFunction | +--statistic.function.SRDFunction
Constructor Summary | |
SRDFunction()
Function type: f(k) = exp(-b*sqrt(k)) where b>0 |
|
SRDFunction(double b)
|
Method Summary | |
double |
function(int k)
|
java.lang.String |
getEquation()
|
Methods inherited from class statistic.function.GenericFunction |
getName, getParam, setName, setParam, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SRDFunction()
public SRDFunction(double b)
Method Detail |
public double function(int k) throws java.lang.IllegalArgumentException
function
in class GenericFunction
java.lang.IllegalArgumentException
public java.lang.String getEquation()
getEquation
in class GenericFunction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |