Suppose we have a graph with N* nodes (these are internal nodes. they all have at least one child). Every directed link in the network exists with probability p. What would be the expected number of:
1.self-edges
2.feed-forward loops [example][1]
3.feed-back loops [example 2][2]
Sorry I'm quite new to the field.. I presume that for 1. the probability for a node to connect to itself is 1/N* ...so the expected number of self-edges would be E/N*, where E is the number of edges in a random network. What about 2 and 3? Can someone show me the logic?
I found the answer through biology and posted it here as well: Answer
Explaining what each term of the formula means: