Class for fitting a double-standard sampling
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(nu, ...)
nu
: an adjacency matrix with imputed values (only)
...
: use for compatibility
update_imputation()
a method to update the imputation of the missing entries.
doubleStandardSampling_fit$update_imputation(nu)
nu
: the matrix of (uncorrected) imputation for missing entries
clone()
The objects of this class are cloneable with this method.
doubleStandardSampling_fit$clone(deep = FALSE)
deep
: Whether to make a deep clone.