Estimation

Estimation module

class markovianSBM.Estimation.Estimation[source]

Bases: object

Class related to the estimation of the parameters of our model.

estimate_connectivity_matrix()[source]

Estimates the connectivity matrix.

estimate_effectifs()[source]

Computes the sizes of each clusters

estimate_parameters()[source]

Estimates the parameters of the model.

estimate_transition_matrix()[source]

Estimates the transition matrix and the invariant measure of the chain.