Named list of parameters from which the data will be generated. This must be the same named list as prior_params
from
fit_ertmpt
and has the same defaults. It is not recommended to use the defaults since they lead to many probabilities close or
equal to 0
and/or 1
and to RTs close or equal to 0
. Allowed parameters are:
mean_of_exp_mu_beta
: This is the expected exponential rate (E(exp(beta)) = E(lambda)
) and
1/mean_of_exp_mu_beta
is the expected process time (1/E(exp(beta)) = E(tau)
). The default
mean is set to 10
, such that the expected process time is 0.1
seconds.
var_of_exp_mu_beta
: The group-specific variance of the exponential rates. Since
exp(mu_beta)
is Gamma distributed, the rate of the distribution is just mean divided by variance and
the shape is the mean times the rate. The default is set to 100
.
mean_of_mu_gamma
: This is the expected mean parameter of the encoding and response execution times,
which follow a normal distribution truncated from below at zero, so E(mu_gamma) < E(gamma)
. The default is 0
.
var_of_mu_gamma
: The group-specific variance of the mean parameter. Its default is 10
.
mean_of_omega_sqr
: This is the expected residual variance (E(omega^2)
). The default is 0.005
.
var_of_omega_sqr
: The variance of the residual variance (Var(omega^2)
). The default is
0.01
. The default of the mean and variance is equivalent to a shape and rate of 0.0025
and
0.5
, respectivly.
df_of_sigma_sqr
: degrees of freedom for the individual variance of the response executions. The
individual variance follows a scaled inverse chi-squared distribution with df_of_sigma_sqr
degrees of freedom and
omega^2
as scale. 2
is the default and it should be an integer.
sf_of_scale_matrix_SIGMA
: The original scaling matrix (S) of the (scaled) inverse Wishart distribution for the process
related parameters is an identity matrix S=I
. sf_of_scale_matrix_SIGMA
is a scaling factor, that scales this
matrix (S=sf_of_scale_matrix_SIGMA*I
). Its default is 1
.
sf_of_scale_matrix_GAMMA
: The original scaling matrix (S) of the (scaled) inverse Wishart distribution for the encoding and
motor execution parameters is an identity matrix S=I
. sf_of_scale_matrix_GAMMA
is a scaling factor that scales
this matrix (S=sf_of_scale_matrix_GAMMA*I
). Its default is 1
.
prec_epsilon
: This is epsilon in the paper. It is the precision of mu_alpha and all xi (scaling parameter
in the scaled inverse Wishart distribution). Its default is also 1
.
add_df_to_invWish
: If P
is the number of parameters or rather the size of the scale matrix used in the (scaled)
inverse Wishart distribution then add_df_to_invWish
is the number of degrees of freedom that can be added to it. So
DF = P + add_df_to_invWish
. The default for add_df_to_invWish
is 1
, such that the correlations are uniformly
distributed within [-1, 1]
.