| degreeSampling_fit | R Documentation | 
Class for fitting a degree sampling
Class for fitting a degree sampling
missSBM::networkSampling -> missSBM::networkSamplingNodes_fit -> degreeSampling_fit
vExpecvariational expectation of the sampling
new()constructor
degreeSampling_fit$new(partlyObservedNetwork, blockInit, connectInit)
partlyObservedNetworka object with class partlyObservedNetwork representing the observed data with possibly missing entries
blockInitn x Q matrix of initial block indicators
connectInitQ x Q matrix of initial block probabilities of connection
update_parameters()a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
degreeSampling_fit$update_parameters(imputedNet, ...)
imputedNetan adjacency matrix where missing values have been imputed
...used for compatibility
update_imputation()a method to update the imputation of the missing entries.
degreeSampling_fit$update_imputation(PI, ...)
PIthe matrix of inter/intra class probability of connection
...use for compatibility
clone()The objects of this class are cloneable with this method.
degreeSampling_fit$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.