(Internal) Generate random theta samples from prior distribution
generateSampleFromPriorPar
is an internal function for generating random theta samples from prior distribution.
generateSampleFromPriorPar(config_theta, j, bayesian_constants)
config_theta
: a named list containing theta estimation configurations.j
: the examinee index to perform the sample generation.bayesian_constants
: a named list containing Bayesian constants.generateSampleFromPriorPar
returns n_sample
theta samples.