Implements the SBC algorithm for the a single reader and a single modality case.
Simulation_Based_Calibration_via_rstan_sbc_MRMC(
ww = -0.81,
www = 0.001,
mm = 0.65,
mmm = 0.001,
vv = 5.31,
vvv = 0.001,
zz = 1.55,
zzz = 0.001,
A_mean = 0.6,
A_variance = 0.1,
vv_hyper_v = 0.05,
vvv_hyper_v = 0.01,
NL = 259,
NI = 57,
C = 3,
M = 5,
Q = 4
)
A real number representing parameter of prior, indicating mean of prior for the first threshold
A real number representing parameter of prior, variance of prior for the first threshold
A real number representing parameter of prior, mean of prior for the mean of signal distribution
A real number representing parameter of prior, variance of prior for the variance of signal distribution
A real number representing parameter of prior, mean of prior for the mean of signal distribution
A real number representing parameter of prior, variance of prior for the variance of signal distribution
A real number representing parameter of prior, mean of prior for the differences of thresholds
A real number representing parameter of prior, variance of prior for the differences of thresholds
A real number representing parameter of prior, indicating mean of prior for the A
A real number representing parameter of prior, indicating mean of prior for the A
A real number representing parameter of prior, indicating mean of prior for the hyper_v
A real number representing parameter of prior, indicating variance of prior for the hyper_v
number of lesions
numver of images
number of confidence levels
number of modalities
number of readers
A list of S3 class "sbc", which is an outputs of the sbc
function in rstan.
The implementation is done using the rstan::sbc. The stan file is SBC.stan
Talts, S., Betancourt, M., Simpson, D., Vehtari, A., and Gelman, A. (2018). Validating Bayesian Inference Algorithms with Simulation-Based Calibration. arXiv preprint arXiv:1804.06788
rstan::sbc
, which implements SBC.
Stan file: SBC_MRMC.stan