T - type of the sample / random variablepublic interface IndependentSamplingDistribution<T>
| Modifier and Type | Method and Description |
|---|---|
T |
drawSample(int i,
T x)
Generate a new sample from this density by drawing only one independent variable for a given realization x.
|
T drawSample(int i, T x)
i - sample a new realization of the i-th element in xx - realization of a random vector or finite setCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.