mu_star_cluster | R Documentation |
\mu^*
of q^*(\beta)
to optimize the
evidence based lower bound (ELBO) in survregVB.frailty.fit
.Calculates parameter \mu^*
of q^*(\beta)
to optimize the
evidence based lower bound (ELBO) in survregVB.frailty.fit
.
mu_star_cluster(
y,
X,
delta,
mu_0,
v_0,
alpha,
omega,
mu,
Sigma,
tau,
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. |
mu_0 |
Hyperparameter |
v_0 |
The precision (inverse variance) hyperparameter |
alpha |
The shape parameter |
omega |
The scale parameter |
mu |
Parameter |
Sigma |
Parameter |
tau |
Parameter |
expectation_b |
The expected value of b. |
cluster |
A numeric vector indicating the cluster assignment for each observation. |
Parameter \mu^*
of q^*(\beta)
survregVB.frailty.fit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.