Why are we interested in asymptotics if the real-world data is almost always finite?
-
4Perhaps you can view it as a special case of [all models are wrong, but some are useful](https://en.wikipedia.org/wiki/All_models_are_wrong). – Ami Tavory Oct 27 '17 at 07:43
-
4I particularly like "*almost* always finite". – Stephan Kolassa Oct 27 '17 at 08:38
-
2Why would we use real numbers like $\pi$, either? – whuber Oct 27 '17 at 14:51
1 Answers
Asymptotic theory tells us about the statistical properties of a sample as it grows to an arbitrarily large size $n$. Often datasets are sufficiently large that theorems like the law of large numbers and the central limit theorem apply in practice. Think of doing a census of tree heights in a forest or the number of time the house wins at a casino at craps over a day.
On important thing to note is that asymptotic theory is largely concerned with limiting behaviour of random variables, so there are no infinite datasets involved. For instance, if a sequence of random variables (like sample averages of a dataset) $\hat{X}_1, \hat{X}_2, \ldots$ converges in probability to the true mean $\mu$ (an asymptotic result), then that merely states that for any arbitrarily small error tolerance $\epsilon$ I select, there is some large sample size $n$ so that there is no chance that $\hat{X}_n$ is more than $\epsilon$ away from $\mu$.

- 2,686
- 1
- 17
- 29