Serving the Quantitative Finance Community

 
User avatar
liefje
Topic Author
Posts: 0
Joined: September 26th, 2002, 2:11 pm

distribution fit

January 26th, 2004, 7:25 am

HiAssume we have at disposal historical returns for HF (at daily freq) and that we aim at finding the best fit for the distribution.That is to find the distribution class (Student-t, Levy...) and the parameters (dof...).What are the relevant steps to optimize this problem?1.Interpolate/extraploate the pdf (what algorithm as spline won't do the job correctly)?2.LSE for finding the parameters?Thks for your hints
 
User avatar
hazerider
Posts: 0
Joined: July 24th, 2003, 3:45 pm

distribution fit

January 26th, 2004, 2:12 pm

Not sure what you mean by "Interpolate/extraploate the pdf". But in general, you would want to do maximum likelihood estimation, using some sort of algorithm to traverse parameter space. Be sure to get good initial estimates though. This type of stuff is more art than science though.
 
User avatar
AVt
Posts: 90
Joined: December 29th, 2001, 8:23 pm

distribution fit

January 26th, 2004, 9:24 pm

There are good answers from fermion and 2 in the last days:"find a parametric model to fit data" and "accurate extraploation methods for few points"