Internal variables of the model. More...
Public Attributes | |
| double | P30_ |
| double | P33_ |
| std::vector< double > | Q33_ |
| double | h_ |
| simulation time step in ms | |
| double | dt_rate_ |
| rate parameter of dead time distribution | |
| RngPtr | rng_ |
| random number generator of my own thread | |
| gamma_distribution | gamma_dist_ |
| gamma distribution | |
| poisson_distribution | poisson_dist_ |
| poisson distribution | |
| int | DeadTimeCounts_ |
Internal variables of the model.
| int nest::pp_psc_delta::Variables_::DeadTimeCounts_ |
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| double nest::pp_psc_delta::Variables_::dt_rate_ |
rate parameter of dead time distribution
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| gamma_distribution nest::pp_psc_delta::Variables_::gamma_dist_ |
gamma distribution
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| double nest::pp_psc_delta::Variables_::h_ |
simulation time step in ms
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| double nest::pp_psc_delta::Variables_::P30_ |
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| double nest::pp_psc_delta::Variables_::P33_ |
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| poisson_distribution nest::pp_psc_delta::Variables_::poisson_dist_ |
poisson distribution
Referenced by nest::pp_psc_delta::update().
| std::vector< double > nest::pp_psc_delta::Variables_::Q33_ |
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().
| RngPtr nest::pp_psc_delta::Variables_::rng_ |
random number generator of my own thread
Referenced by nest::pp_psc_delta::pre_run_hook(), and nest::pp_psc_delta::update().