2

In most real scenarios I know the random variable X isn't unbounded.

Aidan Rocke
  • 385
  • 2
  • 12
  • 3
    Note that "finite variance" and "bounded" don't mean the same thing. For an example of a real-life unbounded random variable, suppose that a coin is flipped repeatedly and define $X$ to be the number of flips it takes for the first head to appear. I claim that $X$ is a real-life unbounded random variable (although some people might not agree). – mark999 Jul 05 '15 at 11:11
  • You're right. You can have a variable X that isn't bounded and have finite variance. But, if you have infinite variance you can't be dealing with a variable that is bounded. This is what I meant to say. – Aidan Rocke Jul 05 '15 at 11:22
  • @mark999 I thought a bit more about your example. It's a good example. Maybe you can put it as an answer? – Aidan Rocke Jul 05 '15 at 11:30
  • Probably not, see http://stats.stackexchange.com/questions/94402/what-is-the-difference-between-finite-and-infinite-variance – kjetil b halvorsen Apr 08 '17 at 15:17

2 Answers2

5

If the data for a variate are directly recorded in some way (not defined as a ratio of two other variables which are the actual ones stored, for example), the recorded variate will pretty much have to have bounded variance, because we don't have a way of recording an infinite number of figures.

Even without that issue, almost all measured variates are actually bounded in some way even when we model them by distributions that are not. For example, a lognormal distribution is sometimes used for sizes of things (rocks or incomes, for example) and that distribution has no upper bound, but no rock on earth could be bigger than the earth and no income can be bigger than the entire economy of the world.

However, variates that are derived from other variates may not be so clearly bounded, at least in the sense that there's a readily identifiable finite upper limit (in particular situations, there generally will be some limit, but it may be impossible to identify other than knowing it must be astronomically large)

Glen_b
  • 257,508
  • 32
  • 553
  • 939
  • 'variates that are derived from other variates' I understand that such scenarios may often occur in Economics or Finance. But, wouldn't you agree that for most hard sciences the variates are clearly bounded? I think that most hard sciences develop from the approach defined in your first paragraph. Experiments are done, data is recorded, and from that theories are developed. – Aidan Rocke Jul 05 '15 at 11:06
  • 1
    (+1) I would disagree with that, Aidan. To echo Glen's answer, it is important to make a distinction between a *variable*--which is a mathematical construct in a model--and *data*. The variance of a variable makes sense, but expectations of functions of data do not: the data are just collections of numbers. The most common scientific applications of statistical theory use unbounded variables (which have Normal, Poisson, Gamma, and other unbounded distributions). Thus your claim that *data* often are bounded looks valid, but it is questionable whether "the variates are clearly bounded." – whuber Jul 05 '15 at 13:29
  • Boundedness *in principle* without some hard, upper bound is virtualy without any value: http://stats.stackexchange.com/questions/94402/what-is-the-difference-between-finite-and-infinite-variance – kjetil b halvorsen Apr 08 '17 at 15:18
5

The Cauchy distribution https://en.wikipedia.org/wiki/Cauchy_distribution is unbounded and does not have finite moments (mean, variance, etc.) of any positive integer order. Note that the Cauchy Principal Value https://en.wikipedia.org/wiki/Cauchy_principal_value of the mean exists and is equal to the median, and if this is used, the variance = infinity.

Per the Wikipedia article "The Cauchy distribution is the distribution of the X-intercept of a ray issuing from (x_0,gamma) with a uniformly distributed angle. Its importance in physics is the result of it being the solution to the differential equation describing forced resonance. In mathematics, it is closely related to the Poisson kernel, which is the fundamental solution for the Laplace equation in the upper half-plane. In spectroscopy, it is the description of the shape of spectral lines which are subject to homogeneous broadening in which all atoms interact in the same way with the frequency range contained in the line shape."

Per http://www.scienpress.com/Upload/TMA/Vol%201_1_3.pdf , "Because of this special nature, some authors consider the Cauchy distribution as a pathological case. However, it can be postulated as a model for describing data that arise as n realizations of the ratio of two normal random variables. Other applications given in literature: [4] found that Cauchy distribution describes the distribution of velocity differences induced by different vortex elements. An application of the Cauchy distribution to study the polar and non-polar liquids in porous glasses is given in [5]. In [1] pointed out that the Cauchy distribution describes the distribution of hypocenters on focal spheres of earthquakes. It is shown in the paper [7] that the source of fluctuations in contact window dimensions is variation in contact resistivity, and the contact resistivity is distributed as a Cauchy random variable."

I think that some of these these qualify as "real-life" applications. It may be fair to say that most, but not all, real-life distributions have finite variance.

Mark L. Stone
  • 12,546
  • 1
  • 31
  • 51