Description Usage Arguments Value Examples
Plot function for nestorFit convergence
1 |
nestorFit |
Fit from the nestorFit() function. |
Visualiaztion of nestorFit convergence.
1 2 3 4 5 6 7 8 9 10 11 12 | data=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=FALSE)
PLNfit<-norm_PLN(data$Y)
MO<-PLNfit$MO
SO<-PLNfit$SO
sigma_O=PLNfit$sigma_O
#-- use true clique for example
initClique=data$TC
#-- initialize the VEM
initList=initVEM(cliqueList=initClique,sigma_O, MO,r=1 )
nestorFit=nestorFit(MO,SO, initList=initList, maxIter=3 , verbatim=1)
#-- obtain criteria
plotConv(nestorFit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.