sigma_squared_star | R Documentation |
\sigma^{2*}_i
of q^*(\gamma_i)
for
i=1,...,K
clusters to optimize the evidence based lower bound
(ELBO) in survregVB.frailty.fit
.Calculates parameter \sigma^{2*}_i
of q^*(\gamma_i)
for
i=1,...,K
clusters to optimize the evidence based lower bound
(ELBO) in survregVB.frailty.fit
.
sigma_squared_star(
y,
X,
delta,
alpha,
omega,
mu,
tau,
lambda,
eta,
expectation_b,
cluster
)
y |
A vector of observed log-transformed survival times. |
X |
A design matrix including covariates with first column of ones to represent the intercept. |
delta |
A binary vector indicating right censoring. |
alpha |
The shape parameter |
omega |
The scale parameter |
mu |
Parameter |
tau |
Parameter |
lambda |
The shape parameter |
eta |
The scale parameter |
expectation_b |
The expected value of b. |
cluster |
A numeric vector indicating the cluster assignment for each observation. |
Parameter vector \sigma^{2*}_i
of q^*(\gamma_i)
for all clusters.
survregVB.frailty.fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.