Get_theta_0 | R Documentation |
Estimate the value of theta_0 using MLE with ridge penalty
Get_theta_0( nodesLabel, nodesNeighbor, w, W, lambda = 0.1, threshold = 1e-04, maxite = 100 )
nodesLabel |
The vector of latent state of all genes. |
nodesNeighbor |
Neighbors of corresponding nodes in the network. |
w |
The parameter in the prior for network. |
W |
Another way to input the weight. For internal use. |
lambda |
The tuning parameter for ridge. |
threshold |
The threshold for convergence. |
maxite |
The maximum number of iteration. |
The estimated value for theta_0:beta0_new
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.