• TIME TO 2024 UK RANKINGS

  • 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!

convert parameters of jump diffusion process

Joined
10/8/11
Messages
9
Points
11
Hello,

I ´ve estimated parameters for jump diffusion process(combination of normal distribution and compound poisson process) from daily log returns and i am trying to convert them to annualized one´s. I am having problem with the intensity of jumps lambda (coming from poisson distribution).
It´s that simply
lambda_annualized=lambda_daily*(number of trading days)?
Can anyone help me please?Thank´s in advance.
 
Back
Top