.sigma2_update {BayesFBHborrow} | R Documentation |
Calculate sigma2 posterior update
Description
Calculate sigma2 posterior update
Usage
.sigma2_update(mu, lambda_0, Sigma_s, J, a_sigma, b_sigma)
Arguments
mu |
mean. |
lambda_0 |
Baseline hazard. |
Sigma_s |
VCV matrix (j + 1) x (j + 1). |
J |
Number of split point. |
a_sigma |
Hyperparameter a. |
b_sigma |
Hyperparameter b. |
Value
sigma2 draw from IG
[Package BayesFBHborrow version 2.0.1 Index]