% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/UpdateOmega.R \name{UpdateOmega} \alias{UpdateOmega} \title{Updates one step of the Omega vector. Omega is diagonal elements of the a variance covariance matrix. usses the rTrunkInvGamma for sampling of the diagonal elements of Omega matrix} \usage{ UpdateOmega(omega, A, alpha, Max_rejection = 100) } \arguments{ \item{omega}{= omega's are positive elements arranged in decreasing order.} \item{A=}{Beta rate parameters for the omega components. vector of length u.} \item{alpha=}{shape parameter for all the omega components.shape here is a scaler quantity.} } \description{ Updates one step of the Omega vector. Omega is diagonal elements of the a variance covariance matrix. usses the rTrunkInvGamma for sampling of the diagonal elements of Omega matrix }