Serving the Quantitative Finance Community

Search found 13 matches

by manatee
February 2nd, 2007, 7:54 pm
Forum: Brainteaser Forum
Topic: Consecutive N heads
Replies: 5
Views: 85020

Consecutive N heads

<t>While timeds solution is correct, the recursion can also be written a little differently.Let x_i = Expected number of tosses to get n consecutive heads, from a "state" of i consecutive heads. So x_0 is what we are after.Then,x_{i-1} = (x_{i} +1)*p + (1-p)*(x_0 +1)and x_n =0. So, x_{n-1} = p + (1-...
by manatee
January 11th, 2007, 1:29 pm
Forum: Brainteaser Forum
Topic: Go Buckeyes !
Replies: 2
Views: 82986

Go Buckeyes !

Paolos:You are indeed correct !M
by manatee
January 10th, 2007, 1:21 pm
Forum: Brainteaser Forum
Topic: Go Buckeyes !
Replies: 2
Views: 82986

Go Buckeyes !

Inspired by the recent Buckeye - Gator game....B and G play a tournament of 48 games. In each game, the probability that B wins is 0.6. At half time, or after 24 games, B is trailing G by 4 games. What is the probability that B still wins the tournament.
by manatee
December 6th, 2006, 12:07 pm
Forum: Brainteaser Forum
Topic: First Passage Time of a Wiener Process
Replies: 8
Views: 89295

First Passage Time of a Wiener Process

<t>Hi,If W(t) is a standard Wiener process, the first passage time T(x) is defined as:T(x) = inf{t: W(t) = x}T(x) has density function |x|Exp[-x^2/(2t)]/Sqrt[2 Pi t^3]I have a problem understanding why E[T(x)] is Infinity for all x > 0.In my opinion this is rather disheartening. Could someone kindly...
by manatee
October 26th, 2006, 5:02 pm
Forum: Brainteaser Forum
Topic: Some teasers...
Replies: 23
Views: 102430

Some teasers...

<t>Ok, I'l take a stab at (2).Let X = r.v. = number of types of candy in the bag. What we want is E[X]. I will do this the long way and find the distribution of X from which E[X] follows.Now, P[X=1] = (50c1).1/50^5 = 1/50^4.P[X=2] = (50C2).(2^5-2)/50^5 = 49x15/50^4This is derived as follows: Pick tw...
by manatee
March 1st, 2006, 1:26 pm
Forum: Brainteaser Forum
Topic: Capture-Recapture Probability Problem
Replies: 8
Views: 119321

Capture-Recapture Probability Problem

<t>I don't think so. If m=a, means that you want to capture all marked animals. P(X=n) is the probability that you have to catch every one from the forest in order to do so. If you are lucky m catches will be enough, so P(X=n) < 1, unless m=n also.Thanks. I see where my mistake is. I was thinking th...
by manatee
February 28th, 2006, 1:47 pm
Forum: Brainteaser Forum
Topic: Capture-Recapture Probability Problem
Replies: 8
Views: 119321

Capture-Recapture Probability Problem

<t>There are b animals in a forest of which a are marked. Let X be the number of animals to be captured to obtain m marked animals. Find P(X=n). The answer given in the book ((n,m) is the binomial coeff) is (a/b) (a-1,m-1)(b-a,n-m)/(b-1,n-1)However, when n=b, and m=a, this does not give P(X=n) = 1 a...
by manatee
December 2nd, 2004, 11:36 pm
Forum: Careers Forum
Topic: Looking for Recruiter : Dirk Bouma
Replies: 0
Views: 167067

Looking for Recruiter : Dirk Bouma

<t>I was wondering if anyone has any current contact information for Dirk Bouma, an equity derivatives recruiter. He formerly worked at EJLance (1998-2000) and then Cambridge Management Assoc.(2002...). Also, is there a web-site that lists derivative recruiters with current info. A lot of the good r...
by manatee
November 30th, 2004, 1:55 pm
Forum: Book And Research Paper Forum
Topic: Derivatives (esp. equity) for institutional clients (hedge, mutal, pension, insurance)
Replies: 3
Views: 168200

Derivatives (esp. equity) for institutional clients (hedge, mutal, pension, insurance)

<t>Any suggested reading on derivative applications for the institutional client (hedge, pension, mutual funds, insurance) ? especially from the clients perspective...i.e. accounting, tax, legal considerations . Am aware of the Risk books and Harry Kat's book on structured equity derivatives.I was a...
by manatee
November 30th, 2004, 2:05 am
Forum: Student Forum
Topic: Equity Derivative Applications for Institutional Clients
Replies: 0
Views: 167730

Equity Derivative Applications for Institutional Clients

<t>I was wondering if anyone out there has enrolled in the following course offered at Columbia : B9301-031 - Equity derivatives (term offered: spring) by Prof. Zurak. I am especially interested in the following as described in the course outline "Strategies - A large component of this course involv...
by manatee
October 12th, 2004, 1:06 pm
Forum: Student Forum
Topic: Richardson extraploation to reduce variance in Monte Carlo
Replies: 3
Views: 173033

Richardson extraploation to reduce variance in Monte Carlo

<t>Hi Stampeding:Thanks for your reply. I dont get what you get and I dont know who is right.I take your example of estimating the mean of a norml distribution. So let S_n/n denote the computed mean of the samples. From CLT, we know that S_n/n is distributed as N(0,1/sqrt(n)).In RE, we write this as...
by manatee
October 7th, 2004, 3:51 pm
Forum: Student Forum
Topic: Richardson extraploation to reduce variance in Monte Carlo
Replies: 3
Views: 173033

Richardson extraploation to reduce variance in Monte Carlo

<t>Hi Folks:I apologise if this has been asked before, but my question is : has anybody tried Richardson extrapolation to increase the accuracy of Monte Carlo simulations ?By way of background, Romberg integration comes to mind. The idea is to use a fairly low order methodrepeatedly and obtain a hig...
by manatee
May 28th, 2004, 12:39 pm
Forum: Student Forum
Topic: PSOR vs. Thomas Algorithm
Replies: 3
Views: 189582

PSOR vs. Thomas Algorithm

<t>Folks:I am a newbie with very little knowledge of finance, so please bear with me if this has been covered before:While reading thru Wilmott ( Option Pricing (1993)), I couldnt help but wonder why he uses PSOR(Projected Successive Overrelaxation) for solving the tridiagonal system obtained after ...