FrediFizzx wrote:Joy Christian wrote:***
Hi Fred,
Set f = 0 in the above R code to see what happens. We already know what happens from the original simulation, but try it out anyways, just for fun.
Then set f = 0.7 to see what happens. The exact setting should be f = 1, but that reduces the number of events to 0. So to generate a plot we have to set f = 0.7.
This proves that the new version is exactly the same simulation as the original one linked above. It is just written slightly differently. It shows that the g-function encodes the topology of the 3-space, with f = 0 being that of R^3 and f = 0.7 being stronger-than-S^3. We know all this, but just reconfirming for the new version.
***
Already tried all that. I haven't verified that the A and B single averages will be close to zero though I don't see a problem there just looking at the data.
.
Just checked the following, and they check out as expected:
corrs[i] = sum(A)/length(A) # Verifies < A > = 0 for all vectors a
corrs[j] = sum(B)/length(B) # Verifies < B > = 0 for all vectors b
***

