Menu

Skip to content
  • About NEST
  • Download
  • Features
  • Documentation
    • Installing NEST
    • Introduction to PyNEST
      • Part 1: Neurons and simple neural networks
      • Part 2: Populations of neurons
      • Part 3: Connecting networks with synapses
      • Part 4: Topologically structured networks
    • Example Networks
    • FAQ
    • Developer Manual
    • NEST/SLI Quick Reference
    • NEST Command Index
  • Publications
  • Community

rdevdict::gamma

Command: rdevdict::gamma

Command Index NEST Quick Reference

Description

Generates gamma-distributed random numbers.

gamma(x; order b) = x^(order-1) * exp(-x/b) / b^order Gamma(order) x >= 0

Parameters

order - order of the gamma distribution (default: 1)
b - scale parameter (default: 1)

Author
Hans Ekkehard Plesser
File
librandom/gamma_randomdev.h

SeeAlso

  • CreateRDV
  • RandomArray
  • rdevdict
Command Index NEST Quick Reference
© 2016 by The NEST Initiative · Powered by WordPress
  • Contributors
  • Impressum / Contact
Top
Menu
  • About NEST
  • Download
  • Features
  • Documentation
    • Installing NEST
    • Introduction to PyNEST
    • Example Networks
    • FAQ
    • Developer Manual
    • NEST/SLI Quick Reference
    • NEST Command Index
  • Publications
  • Community