|
NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
| Age_distribution_ (size_t num_age_bins, ulong_t ini_occ_ref, ulong_t ini_occ_act) | |
| initialize age dist More... | |
| ulong_t | update (double_t hazard_rate, librandom::RngPtr rng) |
| update age dist and generate spikes More... | |
Private Attributes | |
| librandom::BinomialRandomDev | bino_dev_ |
| random deviate generator More... | |
| librandom::PoissonRandomDev | poisson_dev_ |
| random deviate generator More... | |
| std::vector< ulong_t > | occ_refractory_ |
| occupation numbers of ages below dead time More... | |
| ulong_t | occ_active_ |
| summed occupation number of ages above dead time More... | |
| size_t | activate_ |
| rotating pointer More... | |
| nest::ppd_sup_generator::Age_distribution_::Age_distribution_ | ( | size_t | num_age_bins, |
| ulong_t | ini_occ_ref, | ||
| ulong_t | ini_occ_act | ||
| ) |
initialize age dist
References activate_, occ_active_, and occ_refractory_.
| nest::ulong_t nest::ppd_sup_generator::Age_distribution_::update | ( | double_t | hazard_rate, |
| librandom::RngPtr | rng | ||
| ) |
update age dist and generate spikes
|
private |
rotating pointer
Referenced by Age_distribution_().
|
private |
random deviate generator
|
private |
summed occupation number of ages above dead time
Referenced by Age_distribution_().
|
private |
occupation numbers of ages below dead time
Referenced by Age_distribution_().
|
private |
random deviate generator
1.8.7