|
class | RandomSample_1D |
| Generate 1D samples according to a uniform distribution : More...
|
|
class | RandomSample_2D |
| Generate 2D samples according to a uniform distribution and put them alternativaly at the odd/even positions. More...
|
|
class | RandomSample_3D |
| Generate 3D samples according to a uniform distribution and put them alternativaly at the odd/even positions. More...
|
|
class | MaximumIndexes_1D |
| Extract the indexes of the nb_samples highest values of a vector Be carefull, this function is extracting the indexes as, the way it is used, it doesn't not to which sample a vector index corresponds. More...
|
|
class | MaximumIndexes_2D |
| Extract the indexes of the nb_samples highest values of a matrix Be carefull, this function is extracting the indexes as, the way it is used, it doesn't not to which sample a vector index corresponds. More...
|
|
class | DistributionSample_1D |
| Generate 1D samples according to a discrete vectorial distribution. More...
|
|
class | DistributionSample_2D |
| Generate 2D samples according to a discrete matricial distribution. More...
|
|