Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

generate_edges bug #6

@karandeep-johar

Description

@karandeep-johar

If i understand your program correctly you are first electing the first vertex of the edge and then selecting the second vertex of the edge. Say we have a 2x2 matrix with RMAT parameters as a,b,c,d. where a+b+c+d=1. Then probability of edge (1,1) occurring should be a according to the definition of RMAT graphs. But in your program it would be (a+b)(a+c) which is not the same as a. Have I misunderstood something?
I think you can't break down the probability of an event occurring into two independent events like this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions