J
Jon Spink
Create a table with one currency field and enter two
records, e.g. 400 , 1000.
1. Create a query to return the standard deviation of the
two numbers using the 'stdev' SQL function. (=424.26406871)
2. Now call up the first query twice in another query and
display the standard deviation (once) again.
(=1077.0329614)
My results show that in 2. the calculation of the stdev
assumes the mean is zero.
records, e.g. 400 , 1000.
1. Create a query to return the standard deviation of the
two numbers using the 'stdev' SQL function. (=424.26406871)
2. Now call up the first query twice in another query and
display the standard deviation (once) again.
(=1077.0329614)
My results show that in 2. the calculation of the stdev
assumes the mean is zero.