Serving the Quantitative Finance Community

 
User avatar
edgetrading
Topic Author
Posts: 0
Joined: October 10th, 2006, 9:35 am

What is wrong with this?

July 31st, 2011, 9:24 pm

I am trying to understand this:http://arxiv.org/PS_cache/arxiv/pdf/110 ... 64v1.pdfIn Equation (2) I get G(1) instead of G(0).What is wrong with my working out?% $p_{t+1} = \sum_{t'<t+1}[G(t+1-t')\xi_{t'} + \eta_{t'}] + p_{-\infty}$%% (Take out the final term which is t'=t)%% $= G(t+1-t)\xi_{t} + \eta_{t} + \sum_{t'<t}[G(t+1-t')\xi_{t'} + \eta_{t'}] + p_{-\infty}$%% $= G(1)\xi_{t} + \eta_{t} + \sum_{t'<t}[G(t+1-t')\xi_{t'} + \eta_{t'}] + p_{-\infty}$%% $= G(1)\xi_{t} + \eta_{t} + \sum_{t'<t}[G(l+1)\xi_{t'} + \eta_{t'}] + p_{-\infty}$%% So%% $r_t=p_{t+1}-p_{t} = G(1)\xi_{t} + \eta_{t} + \sum_{t'<t}[G(l+1)\xi_{t'} - G(l)\xi_{t'}]$%% $r_t=p_{t+1}-p_{t} = G(1)\xi_{t} + \eta_{t} + \sum_{t'<t}[\kappa(l)\xi_{t'}]$
Last edited by edgetrading on July 31st, 2011, 10:00 pm, edited 1 time in total.
 
User avatar
ChicagoGuy
Posts: 0
Joined: April 13th, 2007, 1:45 am

What is wrong with this?

August 1st, 2011, 5:12 am

t+1-t-1=0
 
User avatar
edgetrading
Topic Author
Posts: 0
Joined: October 10th, 2006, 9:35 am

What is wrong with this?

August 1st, 2011, 6:57 am

QuoteOriginally posted by: ChicagoGuyt+1-t-1=0Thanks for reply ChicagoGuy.On which line of my incorrect working out does your t+t-t-1=0 go? I still don't understand.