|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--eNTitanok.util.Veletlen | +--eNTitanok.util.Veletlen.Poisson
[d,b+d)-n lambda paraméterű, Poisson-eloszlású számoknál $d$-vel nagyobb számokat generál.
Inner classes inherited from class eNTitanok.util.Veletlen |
Veletlen.CsakDetException,
Veletlen.DetHatarException,
Veletlen.Egyenletes,
Veletlen.Exponencialis,
Veletlen.Generalo,
Veletlen.Normalis,
Veletlen.Poisson,
Veletlen.Veges |
Field Summary | |
protected int |
b
Felső határ (eltolás nélkül), nem tartozik az intervallumhoz. |
protected int |
d
Alsó határ, eltolás, belelértendő az intervallumba. |
protected double |
lambda
Az eloszlás paramétere. |
Fields inherited from class eNTitanok.util.Veletlen |
csakDet,
kovetkezo,
random |
Constructor Summary | |
Veletlen.Poisson(int b,
int d)
|
|
Veletlen.Poisson(java.util.Random random,
boolean csakDet,
int b,
int d,
double lambda)
|
Method Summary | |
int |
general()
Generálja a következő véletlenszámot. |
Methods inherited from class eNTitanok.util.Veletlen |
csakDetet,
egyenletes,
egyenletes,
exponencialis,
exponencialis,
getRandom,
getUtolso,
normalis,
normalis,
normalis,
poisson,
poisson,
sorba,
sorbaDelta |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int d
protected int b
protected double lambda
Constructor Detail |
public Veletlen.Poisson(java.util.Random random, boolean csakDet, int b, int d, double lambda)
Veletlen.Veletlen()
public Veletlen.Poisson(int b, int d)
Method Detail |
public int general()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |