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

generate_edges bug #6

Open
karandeep-johar opened this issue Apr 18, 2016 · 0 comments
Open

generate_edges bug #6

karandeep-johar opened this issue Apr 18, 2016 · 0 comments

Comments

@karandeep-johar
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant