Description Usage Arguments Value Examples
View source: R/calculateW1Inv.R
Combines differential equation solutions and calculate the inverse of covariance matrix W. It is possible to add additional variance on the main diagonal (addtional source of noise) by setting lambda.
1 | calculateW1Inv(sdePred, lambda = 0, ncell, combOk)
|
sdePred |
Differential equations solutions. |
lambda |
Additional variance to be added on the main diagonal of the global covariance matrix. |
ncell |
The number of cell types over which the process evolves. |
combOk |
The number of cell types over which the process evolves. |
Block diagonal matrix.
1 | calculateW1Inv(sdePred,lambda=0,ncell,combOk)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.