Quasar > Statistics

Statistics


An overview of the different functions and classes:

box_mullerBox Muller transform: generates two Gaussian random variables based on two uniform random variables
poissrndGeneration of Poisson-distributed random numbers
randCreates a uniformly distributed data vector of length a (values are in the range [0,1[)
rand_deviceHelper function for creating a random matrix inside a kernel/device function. Note - we use a special function for this purpose, so that there are no concurrency problems (data races could affect the correlation in the generated numbers).
randnCreates a Gaussian distributed data vector of length a (values are in the range [0,1[)
randn_deviceHelper function for creating a random matrix inside a kernel/device function. Note - we use a special function for this purpose, so that there are no concurrency problems (data races could affect the correlation in the generated numbers).