• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

function that is finite but has infinite expectation

Joined
6/19/08
Messages
115
Points
26
Can you give an example of a random variable that is finite almost everywhere but it has infinite expectation?
 
Lookup the Cauchy distribution :)

(Edit: True is expectation is undefined, not infinite #-o)
 
Cauchy distribution doesn't have well defined expectation (do you remember Lebesgue integral?) ;).

Let \(X\) be r.v. with following distribution \(\mathbb{P}(X=2^n)=c\frac{1}{n^2},n\in\mathbb{N}\) (where \(c\) is a constant such that it all sums up to 1). It is trivial to check that it has a well defined expectation (trivial since r.v. is nonnegative), that is a.e. finite (\(2^n<\infty,\forall n\in\mathbb{N}\)) and that it has infinite expectation (\(2^n\) grows faster than \(n^2\)).
 
Back
Top