blockDyadSampling_fit: Class for fitting a block-dyad sampling

blockDyadSampling_fitR Documentation

Class for fitting a block-dyad sampling

Description

Class for fitting a block-dyad sampling

Class for fitting a block-dyad sampling

Super classes

missSBM::networkSampling -> missSBM::networkSamplingDyads_fit -> blockDyadSampling_fit

Active bindings

vExpec

variational expectation of the sampling

log_lambda

matrix, term for adjusting the imputation step which depends on the type of sampling

Methods

Public methods

Inherited methods

Method new()

constructor

Usage
blockDyadSampling_fit$new(partlyObservedNetwork, blockInit)
Arguments
partlyObservedNetwork

a object with class partlyObservedNetwork representing the observed data with possibly missing entries

blockInit

n x Q matrix of initial block indicators


Method update_parameters()

a method to update the estimation of the parameters. By default, nothing to do (corresponds to MAR sampling)

Usage
blockDyadSampling_fit$update_parameters(nu, Z)
Arguments
nu

the matrix of (uncorrected) imputation for missing entries

Z

probabilities of block memberships


Method clone()

The objects of this class are cloneable with this method.

Usage
blockDyadSampling_fit$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


jchiquet/missSBM documentation built on Oct. 25, 2023, 5:30 a.m.