Wikipedia:Reference desk/Archives/Mathematics/2017 June 13

Mathematics desk
< June 12 << May | June | Jul >> Current desk >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


June 13 edit

Bessel's correction for sampling a finite population edit

Consider the numbers  . The variance is

 

Pick a number   such that  . Consider the variance of each of the   n-samples. The mean value of these sample variances,  , is a little less than the population variance  .

Conjecture:

 .

I obtained this result by numerical experimentation. I need your help to prove (or disprove) it.

The limiting case   gives Bessel's correction

 .

Bo Jacoby (talk) 11:42, 13 June 2017 (UTC).[reply]

First, simplify the factor to rewrite the formula which needs to be proved:
 .
Next, instead of using the definition, use the formula given at the bottom of the section "Discrete random variable" in the the article.
 
Where  . The average of the variances for the smaller samples is then
 
where the first summation runs over all subsets Y of X having n elements. For a given i and j with ij (we don't care about i=j since those terms don't contribute to the sum), the number of sets Y containing i and j is  . So each of the terms   occurs that many times in the double sum. Therefore we can pull out that factor and make it a single sum, then simplify to get
 
Plugging in the original sum, this becomes
 .
Nice problem. It kind of makes sense since you're applying the reverse correction for N and then applying a new correction for n. --RDBury (talk) 13:29, 13 June 2017 (UTC)[reply]
Yes, very interesting and a very elegant result. So the estimate using the unbiased infinite-population formula needs to be multiplied by the reciprocal of the above (by  ) to account for a finite population. There's an interesting related result stated without proof in Standard error#Correction for finite population. The standard error is the standard deviation of the sample mean. In that context the infinite-population estimate needs to be multiplied by   for a finite population (the square root sign is just because we're dealing with a square root of a variance). Loraof (talk) 00:17, 14 June 2017 (UTC)[reply]
Thank you, both of you! The formula can be written symmetrically
 
showing that a Bessel correction must be applied to the population variance too. RDBury, which article are you referring to? Bo Jacoby (talk) 06:03, 14 June 2017 (UTC).[reply]
Sorry, I was referring to the article on variance you linked to in the original post. --RDBury (talk) 11:22, 14 June 2017 (UTC)[reply]
Thanks! Bo Jacoby (talk) 15:18, 14 June 2017 (UTC).[reply]

Square roots etc. edit

Are all square roots of integers either an integer or an irrational number?

What about cube roots? Are they too either integers or irrational numbers?

And what about fourth roots, fifth, sixth etc? — Preceding unsigned comment added by 83.226.140.123 (talk) 19:09, 13 June 2017 (UTC)[reply]

Yes in all cases. This is proven for square roots in Proof by infinite descent#Irrationality of √k if it is not an integer. The proof for cube roots and higher works the same way but is a bit more tedious. Loraof (talk) 20:03, 13 June 2017 (UTC)[reply]
The general case can also be proven by the rational roots theorem. See: [1] CodeTalker (talk) 20:10, 13 June 2017 (UTC)[reply]
(ec) And Irrational number#General roots gives a simple proof for the general case, relying on the fact the integers have a unique prime factorization: if, say, the 17th root of 25 was the fully reduced rational non-integer number   (b>1) then   (still fully reduced), so   but this impossible since the denominators don't match up ( ). Loraof (talk) 20:52, 13 June 2017 (UTC)[reply]
Note that if you're taking a square, fourth, sixth, etc. root of a negative integer, your result will be a complex number (a + bi). a and b will not be non-integer rationals. —Guanaco 20:22, 13 June 2017 (UTC)[reply]
Wouldn't the root just be an imaginary number, with no real component ? (I suppose you can consider that to be a complex number, where a=0, if you prefer, but then the roots of positive numbers could also be considered to be complex numbers, where b=0.) In the case of sqrt(-3), that gives us sqrt(3)i, where b=sqrt(3), which is irrational, right ? StuRat (talk) 15:27, 14 June 2017 (UTC)[reply]
Right for square roots, since i is one of the square roots of −1. In general the n-th root of K, where K < 0 and n is even, is the n-th root of |K| times any n-th root of −1. One of the latter is, for example when n = 4,   Loraof (talk) 17:58, 14 June 2017 (UTC)[reply]
See our article roots of unity. CodeTalker (talk) 18:06, 14 June 2017 (UTC)[reply]