TABLE OF CONTENTS
- 1. CFitting/CMetropolisHastings
- 1.1. CMetropolisHastings/AcceptReject
- 1.2. CMetropolisHastings/MH_BDM
- 1.3. CMetropolisHastings/MH_Frail
- 1.4. CMetropolisHastings/MH_ParamFrailty
- 1.5. CMetropolisHastings/MH_ParamHazard
- 1.6. CMetropolisHastings/MH_Regression
- 1.7. CMetropolisHastings/MH_SplineFrailty
- 1.8. CMetropolisHastings/MH_SplineHazard
- 1.9. CMetropolisHastings/MH_Weight
- 1.10. CMetropolisHastings/UpdatePostvarCurve
- 1.11. CMetropolisHastings/UpdatePostvarRegression
CFitting/CMetropolisHastings [ Modules ]
NAME
CMetropolisHastings --- MH steps in C
FUNCTION
Functions to successively update each of the parameter sets by Metropolis-Hastings or reversible jump M-H. These consitute the MCMC loop.
CONTENTS
AcceptReject --- accept-reject step for Metropolis-Hastings MH_BDM --- birth-death-move steps for spline knots MH_Frail --- MH step for frailties MH_ParamFrailty --- MH for frailty parametric component parameters MH_ParamHazard --- MH for hazard parametric component parameters MH_Regression --- MH step for regression coefficients MH_SplineFrailty --- MH for frailty spline parameters MH_SplineHazard --- MH for hazard spline parameters MH_Weight --- MH for weight of spline component UpdatePostvarCurve --- update prior variance for a CCurve UpdatePostvarRegression --- update prior variance for regression coefficients