Variance calculation
I have one variable named "Xvehicle" which is pick point of the histogram. So my question is "with 'Xvehicle' how to calculate variance of the histogram? "
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 24, 2014, 8:16 AM
For example if we use the data in this link:
http://phys.columbia.edu/~tutorial/estimation/tut_e_2_4.html
we get:
variance = 0.0201
and the standard deviation is then the square root of this which is:
0.141774468787578 (approximated to 0.14 in the link).