|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of the sample / random variablepublic interface SamplingDistribution<T>
Interface for densities from which samples can be drawn. Don't forget to give your implementation the possibility to specify a Random generator if you want to reproduce results. The drawSample method lacks this possibility for time efficiency reasons.
Method Summary | |
---|---|
T |
drawSample()
Generate a new sample from this density. |
Method Detail |
---|
T drawSample()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |