degreeSampling_fit: Class for fitting a degree sampling

degreeSampling_fitR Documentation

Class for fitting a degree sampling

Description

Class for fitting a degree sampling

Class for fitting a degree sampling

Super classes

missSBM::networkSampling -> missSBM::networkSamplingNodes_fit -> degreeSampling_fit

Active bindings

vExpec

variational expectation of the sampling

Methods

Public methods

Inherited methods

Method new()

constructor

Usage
degreeSampling_fit$new(partlyObservedNetwork, blockInit, connectInit)
Arguments
partlyObservedNetwork

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

blockInit

n x Q matrix of initial block indicators

connectInit

Q x Q matrix of initial block probabilities of connection


Method update_parameters()

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

Usage
degreeSampling_fit$update_parameters(imputedNet, ...)
Arguments
imputedNet

an adjacency matrix where missing values have been imputed

...

used for compatibility


Method update_imputation()

a method to update the imputation of the missing entries.

Usage
degreeSampling_fit$update_imputation(PI, ...)
Arguments
PI

the matrix of inter/intra class probability of connection

...

use for compatibility


Method clone()

The objects of this class are cloneable with this method.

Usage
degreeSampling_fit$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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