Skip to content

Wrong prior inclusion probabilities saved in the arguments list. #35

@sekulovskin

Description

@sekulovskin

When estimating a model with edge_prior = "Beta-Bernoulli" | "Stochastic-Block", the saved prior inclusion probabilities are incorrect. This issue does not happen when edge_prior = "Bernoulli".

Example code:

m_bern <- bgm(Wenchuan, edge_prior = "Bernoulli")
m_bern$arguments$inclusion_probability
m_sbm <- bgm(Wenchuan, edge_prior = "Stochastic-Block")
m_sbm$arguments$inclusion_probability

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions