![]() |
primarycensored
|
Functions for computing primary censored distributions for single delays. More...
Functions | |
real | primarycensored_cdf (data real d, int dist_id, array[] real params, data real pwindow, data real D, int primary_id, array[] real primary_params) |
real | primarycensored_lcdf (data real d, int dist_id, array[] real params, data real pwindow, data real D, int primary_id, array[] real primary_params) |
real | primarycensored_lpmf (data int d, int dist_id, array[] real params, data real pwindow, data real d_upper, data real D, int primary_id, array[] real primary_params) |
real | primarycensored_pmf (data int d, int dist_id, array[] real params, data real pwindow, data real d_upper, data real D, int primary_id, array[] real primary_params) |
Functions for computing primary censored distributions for single delays.
real primarycensored_cdf | ( | data real | d, |
int | dist_id, | ||
array[]real | params, | ||
data real | pwindow, | ||
data real | D, | ||
int | primary_id, | ||
array[]real | primary_params ) |
Primary event censored distribution functions Compute the primary event censored CDF for a single delay
d | Delay |
dist_id | Distribution identifier |
params | Array of distribution parameters |
pwindow | Primary event window |
D | Maximum delay (truncation point) |
primary_id | Primary distribution identifier |
primary_params | Primary distribution parameters |
Definition at line 19 of file primarycensored.stan.
real primarycensored_lcdf | ( | data real | d, |
int | dist_id, | ||
array[]real | params, | ||
data real | pwindow, | ||
data real | D, | ||
int | primary_id, | ||
array[]real | primary_params ) |
Compute the primary event censored log CDF for a single delay
d | Delay |
dist_id | Distribution identifier |
params | Array of distribution parameters |
pwindow | Primary event window |
D | Maximum delay (truncation point) |
primary_id | Primary distribution identifier |
primary_params | Primary distribution parameters |
Definition at line 88 of file primarycensored.stan.
real primarycensored_lpmf | ( | data int | d, |
int | dist_id, | ||
array[]real | params, | ||
data real | pwindow, | ||
data real | d_upper, | ||
data real | D, | ||
int | primary_id, | ||
array[]real | primary_params ) |
Compute the primary event censored log PMF for a single delay
d | Delay (integer) |
dist_id | Distribution identifier |
params | Array of distribution parameters |
pwindow | Primary event window |
d_upper | Upper bound for the delay interval |
D | Maximum delay (truncation point) |
primary_id | Primary distribution identifier |
primary_params | Primary distribution parameters |
Definition at line 155 of file primarycensored.stan.
real primarycensored_pmf | ( | data int | d, |
int | dist_id, | ||
array[]real | params, | ||
data real | pwindow, | ||
data real | d_upper, | ||
data real | D, | ||
int | primary_id, | ||
array[]real | primary_params ) |
Compute the primary event censored PMF for a single delay
d | Delay (integer) |
dist_id | Distribution identifier |
params | Array of distribution parameters |
pwindow | Primary event window |
d_upper | Upper bound for the delay interval |
D | Maximum delay (truncation point) |
primary_id | Primary distribution identifier |
primary_params | Primary distribution parameters |
Definition at line 218 of file primarycensored.stan.