Class for fitting a double-standard sampling
Class for fitting a double-standard sampling
missSBM::networkSampling
-> missSBM::networkSamplingDyads_fit
-> doubleStandardSampling_fit
vExpec
variational expectation of the sampling
new()
constructor
doubleStandardSampling_fit$new(partlyObservedNetwork, ...)
partlyObservedNetwork
a object with class partlyObservedNetwork representing the observed data with possibly missing entries
...
used for compatibility
update_parameters()
a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)
doubleStandardSampling_fit$update_parameters(imputedNet, ...)
imputedNet
an adjacency matrix where missing values have been imputed
...
use for compatibility
update_imputation()
a method to update the imputation of the missing entries.
doubleStandardSampling_fit$update_imputation(PI)
PI
the matrix of inter/intra class probability of connection
clone()
The objects of this class are cloneable with this method.
doubleStandardSampling_fit$clone(deep = FALSE)
deep
Whether to make a deep clone.