Class for fitting a double-standard sampling
Class for fitting a double-standard sampling
missSBM::networkSampling -> missSBM::networkSamplingDyads_fit -> doubleStandardSampling_fit
vExpecvariational expectation of the sampling
Inherited methods
new()constructor
doubleStandardSampling_fit$new(partlyObservedNetwork, ...)partlyObservedNetworka 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, ...)nuan 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)nuthe matrix of (uncorrected) imputation for missing entries
clone()The objects of this class are cloneable with this method.
doubleStandardSampling_fit$clone(deep = FALSE)deepWhether to make a deep clone.