NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::pp_psc_delta::Variables_ Struct Reference

Internal variables of the model. More...

Collaboration diagram for nest::pp_psc_delta::Variables_:
[legend]

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_
 

Detailed Description

Internal variables of the model.

Member Data Documentation

◆ DeadTimeCounts_

int nest::pp_psc_delta::Variables_::DeadTimeCounts_

◆ dt_rate_

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_dist_

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().

◆ h_

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().

◆ P30_

double nest::pp_psc_delta::Variables_::P30_

◆ P33_

double nest::pp_psc_delta::Variables_::P33_

◆ poisson_dist_

poisson_distribution nest::pp_psc_delta::Variables_::poisson_dist_

poisson distribution

Referenced by nest::pp_psc_delta::update().

◆ Q33_

std::vector< double > nest::pp_psc_delta::Variables_::Q33_

◆ rng_

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().


The documentation for this struct was generated from the following file: