Hello,
[.. this is a continuation of a recent threat, but a different question now]
I have a characteristic function which I can invert (via fourier transform) and supply it to fmincon() to estimate the parameters of my model. However, I don't know what to do with the data I have - I understand that I need to use it but don't know how.
The characteristic function I have is for the movement of (log-)prices Xt of a security in a jump-diffusion model: Xt = mu*t + sigma*Bt + sum(Xj). So, my characteristic function phi = exp{...} has several parameters that need to be estimated by fmincon(). I have data (the prices) but I don't know where to use it, since the characteristic function has no price variable in it. I know how to supply the data to fmincon() as extra parameter but not sure where to utilize it.
Any help would be greatly appreciated.
Thank you.
[.. this is a continuation of a recent threat, but a different question now]
I have a characteristic function which I can invert (via fourier transform) and supply it to fmincon() to estimate the parameters of my model. However, I don't know what to do with the data I have - I understand that I need to use it but don't know how.
The characteristic function I have is for the movement of (log-)prices Xt of a security in a jump-diffusion model: Xt = mu*t + sigma*Bt + sum(Xj). So, my characteristic function phi = exp{...} has several parameters that need to be estimated by fmincon(). I have data (the prices) but I don't know where to use it, since the characteristic function has no price variable in it. I know how to supply the data to fmincon() as extra parameter but not sure where to utilize it.
Any help would be greatly appreciated.
Thank you.