NEST HelpDesk | Command Index | NEST Quick Reference |
rdevdict::gamma - gamma random deviate generatorDescription:
Parameters:
Generates gamma-distributed random numbers.
gamma(x; order, b) = x^(order-1) * exp(-x/b) / b^order Gamma(order) , x >= 0
Author:
order - order of the gamma distribution (default: 1)
b - scale parameter (default: 1)
Hans Ekkehard PlesserSeeAlso: Source:
/opt/conda/conda-bld/nest_1510212701067/work/nest-2.14.0/librandom/gamma_randomdev.h
NEST HelpDesk | Command Index | NEST Quick Reference |
© 2004 The NEST Initiative