icm_randsearch | R Documentation |
Estimate the parameters iteratively
icm_randsearch( nodesNeighbor, w = NULL, W = NULL, Y, mu, N, theta_0_init, theta_1_init, maxiter = 100, threshold = 0.001, lambda = 0.5, initLabel = NULL )
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. |
Y |
The vector of DNM counts for all genes. |
mu |
The vector of mutability for all genes. |
N |
The parameter in the prior for network. |
theta_0_init |
The initial value of theta_0. |
theta_1_init |
The initial value of theta_1. |
maxiter |
The maximum number of iteration. |
threshold |
The threshold for convergence. |
lambda |
The tuning parameter for estimation of theta_0. |
initLabel |
The vector of initial labels for all genes. |
The list containing the estimated values for theta_0_est
,theta_1_est
and the pseudo-likelihood pseudollk
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.