|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--statistic.function.GenericFunction | +--statistic.function.LRDFunction
Constructor Summary | |
LRDFunction()
Function type: f(k) = (k+1)^(-b) where b>0 |
|
LRDFunction(double b)
|
Method Summary | |
double |
function(int k)
|
java.lang.String |
getEquation()
|
static void |
main(java.lang.String[] args)
Methode: Main pour tester la classe |
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 LRDFunction()
public LRDFunction(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
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |