generateSampleFromPriorPar {TestDesign}R Documentation

(Internal) Generate random theta samples from prior distribution

Description

generateSampleFromPriorPar is an internal function for generating random theta samples from prior distribution.

Usage

generateSampleFromPriorPar(config_theta, j, bayesian_constants)

Arguments

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.

Value

generateSampleFromPriorPar returns n_sample theta samples.


[Package TestDesign version 1.7.0 Index]