Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I have a question which asks:

Determine those values of the positive integer n for which a finite nth moment of X about zero exists.

How should I approach this question? Does it depend on the numbers of variables in X? I think that a first moment exists if the mean exists, and the second moment exists if the variance can be determined. Is that general concept correct?

share|improve this question
1  
what does about zero mean? Generally when speaking of moments, the tail-behaviour is much more important than values around zero, so it is confusing to see both of the concepts used in the same sentence. Note the both the answers provided are about n-th moments, with no other conditions attached. – mpiktas Apr 20 '11 at 10:14

2 Answers

up vote 6 down vote accepted

If you have the probability density function $f$ of the random variable, then it is a matter of checking for which $n$ the integral

$$\int_{\mathbb{R}}x^nf(x)dx<\infty$$

This is then the standard exercise in real analysis. Alternatively if you know the characteristic function of random variable $\phi$ then it is a matter of checking how many derivatives the function $\phi$ has.

Yet another alternative if you have the distribution function is to look for highest $n$ for which the the following limit is zero:

$$\lim_{t\to\infty}t^nP(|X|\ge t)=\lim_{t\to\infty}t^n(1-P(|X|<t))=\lim_{t\to\infty}(1-F(t)+F(-t))=0$$

share|improve this answer
I guess the author is interested in empirical tricks, though more context on the homework task would be great, if for instance I'm mistaking :) Anyway these are nice additions for the 3rd part from my list (+1) – Dmitrij Celov Apr 20 '11 at 10:07
Thanks, this was exactly what I was looking for. – Beatrice Apr 21 '11 at 14:56

It seems for me that the question is ill-posted if there is no additional context about $X$ distribution or at least the family of distribution it belongs to (Student $t$, Pareto, Cauchy). For instance for normal distribution all moments exist, for Cauchy none. The topic is clearly related to the problem of heavy tails, therefore a general approach would be:

  1. determine what distribution is relevant
  2. estimate the parameters of this distribution (consistent estimators will provide better parameter estimates with more numbers of $X$ available)
  3. decide on the number of finite moments that do exist

From practical point of view all you need is the behaviour of the tail of empirical distribution function. There is a great number of works and books on heavy tailed distributions, I can help to find some relevant methods if you think this approach is acceptable to you.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.