HomeHEPForge

Now that the concept of "nFictitious" is gone, I needed to fix the nKr…

Description

Now that the concept of "nFictitious" is gone, I needed to fix the nKr calculation to not be horribly inefficient.

As such, I was able to finish the zeroVarianceLimit script. Also, I found
while doing this that the vecG calculations seem to scale as n^2. This makes
total sense to me, since vecG is a factor of n, and the dot product is also n.