Serving the Quantitative Finance Community

 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 9th, 2008, 12:04 pm

HiI've just finished am MSc in financial maths, thinking of doing a PhD in stochastic analysis or a related field. Had a few questions I can't find obvious answers to:1/ Given a filtration F_t, is it guaranteed that there exists a process X_t such that F_t is the natural filtration of X? Does X have any uniqueness properties?2/Is it possible to quantify the amount of information in a filtration at time t? (I was thinking maybe the supremum of the shannon entropies of all F_t measurable random variables...)3/If a local martingale has a dense countable subset of the real numbers as its fundemental sequence, is this sufficient to show that it's a martingale?I'll be back with more soon...
Last edited by Escher on September 8th, 2008, 10:00 pm, edited 1 time in total.
 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 9th, 2008, 6:11 pm

An easier one:Brownian motion is a uniformly integrable martingale, so it converges to a random variable as t -> infinity.Is there an explicit expression for W_infinity if W_t is brownian motion?
Last edited by Escher on September 8th, 2008, 10:00 pm, edited 1 time in total.
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

A few questions on probability theory

September 9th, 2008, 6:23 pm

 
User avatar
moltabile
Posts: 0
Joined: August 1st, 2008, 8:21 am

A few questions on probability theory

September 10th, 2008, 8:22 am

I very much doubt that BM is uniformly integrable ! For instance, E|B_t| -> infinity as t -> infinity, so it's not even bounded in L^1. And no, B_t does not converge to +- infinity, or to any other limit : it keeps oscillating between high and low values (it is a recurrent Markov process !).About your Q 1/ : I don't have the answer for a general process (X_t) but I know there has been some work done on characterising the complete filtrations that are generated by a continuous martingale (M_t), I'll try to find a reference (you can look in Revuz-Yor for starters).
 
User avatar
Alan
Posts: 3050
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

A few questions on probability theory

September 10th, 2008, 1:23 pm

yes, my reply was hasty -- I stand corrected.
Last edited by Alan on September 9th, 2008, 10:00 pm, edited 1 time in total.
 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 11th, 2008, 11:00 am

Cheers moltabile, I'll take a look
 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 11th, 2008, 6:30 pm

QuoteOriginally posted by: moltabileI very much doubt that BM is uniformly integrable ! For instance, E|B_t| -> infinity as t -> infinity, so it's not even bounded in L^1Isn't E[B_t] = 0 for all t?
 
User avatar
Afth
Posts: 0
Joined: May 23rd, 2005, 2:20 pm

A few questions on probability theory

September 12th, 2008, 5:24 pm

Yes, but that doesn't say a lot about E|B_t| of course. Imagine X_n taking value n with prob. 1/2 and -n with prob. 1/2, then E[X_n]=0 for all n while E|X_n| -> \infty as n \to \infty.Indeed Brownian motion is *not* uniformly integrable!
 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 12th, 2008, 6:22 pm

Yeah, I realised my previous post was a bit dumb shortly after I posted it!
 
User avatar
RDK
Posts: 0
Joined: September 14th, 2008, 10:45 pm

A few questions on probability theory

September 15th, 2008, 6:14 pm

1) If you don't put any conditions on the paths, I think it up to technicalities more or less boils down to the question of whether any sigma algebra can be generated by a random variable. Here's a junky counterexample, but I think it represents a fundamental obstruction that a given sigma algebra contains too much information. Take a sample space of cardinality at least aleph-1 (power set of reals), and let the sigma algebra be the power set, so the sigma algebra has cardinality aleph 2. If X is a RV, let X_a be the preimage of a real number a. Then the sigma algebra generated by X is contained in the the set generated by arbitrary unions/intersections of this disjoint partition of Omega. The cardinality of the {X_a} is the same as the cardinality of the reals, and it follows that the sigma algebra generated by X has cardinality at most aleph 1. It probably has the same cardinality as the reals though.3) If the sequence is increasing, it can't be dense in the reals, ie everything is bigger than the first number you choose.
 
User avatar
Escher
Topic Author
Posts: 0
Joined: January 19th, 2008, 11:17 pm

A few questions on probability theory

September 16th, 2008, 8:17 pm

Very interesting, thank you RDK