Questions tagged [law-of-large-numbers]

Several theorems stating that sample mean converges to the expected value as $n\to\infty$. There is a weak law and a strong law of large numbers.

137 questions
40
votes
3 answers

Why law of large numbers does not apply in the case of Apple share price?

Here is the article in NY times called "Apple confronts the law of large numbers". It tries to explain Apple share price rise using law of large numbers. What statistical (or mathematical) errors does this article make?
33
votes
5 answers

Why should the frequency of heads in a coin toss converge to anything at all?

Suppose we have any kind of coin. Why should the relative frequency of getting a heads converge to any value at all? One answer is that this is simply what we empirically observe this to be the case, and I think this is a valid answer. However, my…
Maximal Ideal
  • 433
  • 2
  • 6
31
votes
9 answers

Expectation of 500 coin flips after 500 realizations

I was hoping someone could provide clarity surrounding the following scenario. You are asked "What is the expected number of observed heads and tails if you flip a fair coin 1000 times". Knowing that coin flips are i.i.d. events, and relying on the…
30
votes
8 answers

What theories should every statistician know?

I'm thinking of this from a very basic, minimal requirements perspective. What are the key theories an industry (not academic) statistician should know, understand and utilize on a regular basis? A big one that comes to mind is Law of large…
bnjmn
  • 123
  • 3
  • 7
23
votes
1 answer

Central limit theorem and the law of large numbers

I have a very beginner's question regarding the Central Limit Theorem (CLT): I am aware that the CLT states that a mean of i.i.d. random variables is approximately normal distributed (for $n \to \infty$, where $n$ is the index of the summands) or…
20
votes
3 answers

Central limit theorem versus law of large numbers

The central limit theorem states that the mean of i.i.d. variables, as $N$ goes to infinity, becomes normally distributed. This raises two questions: Can we deduce from this the law of large numbers? If the law of large numbers says that the mean…
user9097
  • 2,973
  • 7
  • 18
  • 11
18
votes
4 answers

Law of Large Numbers for whole distributions

I'm aware of the Law(s) of Large Numbers, concerning the means. However, intuitively, I'd expect not just the mean, but also the observed relative frequencies (or the histogram, if we have a continuous distribution) to approach the theoretical…
Igor F.
  • 6,004
  • 1
  • 16
  • 41
16
votes
4 answers

Is there a law that says if you do enough trials, rare things happen?

I'm trying to make a video about loaded dice, and at one point in the video we roll about 200 dice, take all the sixes, roll those again, and take all the sixes and roll those a third time. We had one die that came up 6 three times in a row, which…
15
votes
1 answer

When does the law of large numbers fail?

The question is simply what is stated in the title: When does the law of large numbers fail? What I mean is, in what cases will the frequency of an event not tend to the theoretical probability?
emanuele
  • 2,008
  • 3
  • 21
  • 34
11
votes
2 answers

What is the difference between the Monte Carlo (MC) and Monte Carlo Markov Chain (MCMC) method?

The goal of both methods seems to be to derive an estimate of a posterior/target distribution. If a process model exists which links some input parameters (which are themselves uncertain and can be described by a PDF) to an output parameter through…
11
votes
2 answers

Weak law of large numbers - redundant?

I might be missing something basic - but it appears that the strong law of large numbers covers the weak law. If that case, why is the weak law needed?
user18496
  • 111
  • 3
11
votes
1 answer

Difference between the Law of Large Numbers and the Central Limit Theorem in layman's term?

Almost all books teach Law of Large Numbers first then the Central Limit Theorem one next. But what are the relationship and differences between two theorem? My attempt: Here is my understanding (Informally), Law of Large Numbers says if we have…
Haitao Du
  • 32,885
  • 17
  • 118
  • 213
10
votes
1 answer

Is sample mean the "best" estimation of distribution mean in some sense?

By (weak/strong) law of large numbers, given some iid sample points $\{x_i \in \mathbb{R}^n, i=1,\ldots,N\}$ of a distribution, their sample mean $f^*(\{x_i, i=1,\ldots,N\}):=\frac{1}{N} \sum_{i=1}^N x_i $ converges to the distribution mean both in…
Tim
  • 1
  • 29
  • 102
  • 189
7
votes
1 answer

Intuition behind strong vs weak laws of large numbers (with an R simulation)

This rather looks quite basic, but when referring to weak and strong law of large numbers this is the definition I look at (Casella and Berger) Can you please give an 'intuition' in understanding the difference between them. Also, what does the…
OSK
  • 183
  • 5
7
votes
2 answers

WLLN: can expectation exist but be infinite?

Weak law of large numbers: Let $\{h_i, i = 1, \dots n\}$ be an $m \times q$ sequence of iid random variables with mean $\mu = E[h_i]$ that exists and is finite. Then $1/n \sum_{i = 1}^n h_i \rightarrow \mu$ in probability. I don't understand why we…
Kolibris
  • 615
  • 5
  • 12
1
2 3
9 10