All 3 entries tagged Stats
View all 7 entries tagged Stats on Warwick Blogs | View entries tagged Stats at Technorati | There are no images tagged Stats on this blog
January 05, 2012
[citation needed]; the difficulty of finding things
Typing in “tower property” in Google, I find that the first result is the ever ubiquitous Wikipedia (whose mastery of SEO means it turns up, with an occasional irrelevant article, on whatever subject you could care to name) article on Expected Value, in this case. Actually typing in “tower property” returns the article on “law of total expectation” which is apparently the one of its myriad names that Wikipedia has decided is most common. Looking at the other results on Google, even adding a helpful “statistics”, I find that “tower property” doesn’t appear to return anything else relevant. In fact, the only other place I can find it called “tower property” is in my notes :)
For nameless results, I find my best bet is simply to type in the result itself. For example, that E[XY]=E[YE[X|Y]] is proven at the end of this pdf document, which is likely lecture notes. If something has a lot of roots or powers, this is somewhat less applicable.
As of yet, I’ve not been able to find anything on what my notes refer to as “Fisher’s theorem”. It’s a theorem named after a famous mathematician who had many theorems named after him (some with others), so we’re already off the a bad start trying to find it. The theorem reads:
Let be indepedent random variables. Define
and
. Then:
*
* and
are independent.
*
*
It looks like it has something to do with sample mean and variance, but I’m only taking the first module on this topic, so what its use is I can’t say.
October 30, 2011
Balls in boxes and other miscellaneous thoughts
It is a reasonably common statement in probability that problems can be simplified down to spinners or balls in boxes. So:
Let there be k balls that we wish to place in n boxes. If we can distinguish between the balls, then each ball can go in n different places, so the total is . If we cannot distinguish between the balls, this is answered by the occupancy theorem: the multiset formula for n and k.
What, then, if it is the boxes we cannot distinguish between? If the balls also cannot be distinguished between, this is equivalent to partitioning k into at most n parts. The OEIS implies that this has a closed-form solution: , which is nice to know, even if it suggests there’s no ‘nice’ combinatorial solution.
If we can distinguish between the balls but not the boxes, I believe this would come to a sum of Stirling numbers of the second kind: .
Other miscellany: Mario Micallef told us a few integration tricks this week: being able to cancel entire functions while integrating from 0 to 2pi (due to them containing sine), by comparison with
across the same interval. Massively time-saving tricks I’d never considered before. Great!
From combinatorics: wondered if there was a way to check transitivity of a relation expressed in matrix form quickly. Found nothing more than checking each row one step at a time, but I least I can do that fairly quickly now.
October 09, 2011
Mathematical Statistics A – Example Sheet 1
Thought I may as well put answers to the A & C sections here, for simple-ish reflection. And to notice when I can’t recall how to do things, at all.
QA1: We compute the cumulative distribution function by integrating the density function:We argue Y is discrete because…it takes a finite number of possible values? It’s a step function? I’m not sure. Its support is {0,2} (I hope), pmf and cdf are:
QA2 is simple infinite sum fiddling combined with the identity for
QC5:
By the inverse function theorem (differentiation). Y is continuous as the functions that make up Y are continuous – additionally, as g is an increasing bijection it is continuous and differentiable, and its derivative is always positive, so the pdf of Y is not undefined (g’ always nonzero).
For the last part, simply plug in g(X) = aX + b to what you’ve already worked out, and find Y is the Gaussian (given X is the standard Gaussian).
QC6:
Find the mgf of the exponential in the normal way; use the same trick as Q4 to find the mgf of . Find the mgf of
using the pdf; as they are equal use uniqueness to conclude the distribution is correct.
Integrate from t to infinity; receive sum from 0 to n. Observe that as the number of photons detected must be an integer,
. Plug in your previously calculated values for the answer.