I've randomly generated 3-d unit vectors. Basically I had to write a computer program that generated 100 point particles which then took 100 steps or 10000 steps randomly. I had to make a histogram illustrating probability versus R^2 for each of these cases. I am then asked the following question
"Use your histograms if possible to determine whatever you can about the following equation. What is this quantity measuring?
sqrt(average[{R^2 - average(R^2)}^2]) / average(R^2)
So it's one over the average of R^2 multiplied by the square root of the average of the square of R squared minus the average of R squared.
I have little idea what this could be measuring or how to obtain it from a strange looking histogram (it almost looks like a gaussian). I know that the average of R^2 is equal to N, the number of steps,for an ensemble system. I was up until 6AM working on this last night, but now that I'm refreshed after a long night's rest I still have little idea where I'm going with this
"Use your histograms if possible to determine whatever you can about the following equation. What is this quantity measuring?
sqrt(average[{R^2 - average(R^2)}^2]) / average(R^2)
So it's one over the average of R^2 multiplied by the square root of the average of the square of R squared minus the average of R squared.
I have little idea what this could be measuring or how to obtain it from a strange looking histogram (it almost looks like a gaussian). I know that the average of R^2 is equal to N, the number of steps,for an ensemble system. I was up until 6AM working on this last night, but now that I'm refreshed after a long night's rest I still have little idea where I'm going with this