Serving the Quantitative Finance Community

Search found 283 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 19
by matthewcroberts
March 23rd, 2006, 1:19 am
Forum: Technical Forum
Topic: Levenberg Marquardt and Maximum likelihood
Replies: 4
Views: 115606

Levenberg Marquardt and Maximum likelihood

Sorry Muis, but I don't do VB. However, if you are estimating GARCH, unless you are getting pretty fancy, the GARCH likelihood function is pretty strongly concave, so choice of optimization algorithm shouldn't matter.Matt.
by matthewcroberts
March 20th, 2006, 5:03 pm
Forum: Technical Forum
Topic: Levenberg Marquardt and Maximum likelihood
Replies: 4
Views: 115606

Levenberg Marquardt and Maximum likelihood

Muis,Anyone who says that they can help you with only what you offered is lying. Numerical optimization is a black art. You'll need to share more details such as: what is your exact problem, what language are you programming in, who wrote the LM algorithm you're using, etc.Matt.
by matthewcroberts
March 17th, 2006, 3:33 pm
Forum: Technical Forum
Topic: A small question about matlab
Replies: 2
Views: 115654

A small question about matlab

<t>Something is wrong w/ your objective f'n. Basically, the message is saying that its not getting any variation as it perturbs your parameter. There is no easy diagnosis for this. Try creating a vector of params:p=-5:.01:-9;then compute the objective function at each value of p. Plot these series a...
by matthewcroberts
March 17th, 2006, 3:28 pm
Forum: Technical Forum
Topic: ARFIMA fitting in MATLAB
Replies: 1
Views: 115865

ARFIMA fitting in MATLAB

<r>XW,I have FIGARCH code in my matlab garch toolbox, which you are welcome to modify, if you'd like. Email me at <EMAIL email="matthewcroberts@gmail.com">matthewcroberts@gmail.com</EMAIL> and I'll send you a copy. But the gold standard of longmemory estimation seems to be Ox. It has excellent ARFIM...
by matthewcroberts
August 3rd, 2005, 6:57 pm
Forum: Technical Forum
Topic: Schwartz/Smith LTST Seasonality Calibration
Replies: 1
Views: 140921

Schwartz/Smith LTST Seasonality Calibration

<r>If you are using a Fourier over the course of the year, then they _will_ match up--it is a periodic function.Check out <URL url="http://aede.osu.edu/people/roberts.628/research/papers/SSTermDraft.pdf.Somewhere"><LINK_TEXT text="http://aede.osu.edu/people/roberts.628/ ... .Somewhere">http://aede.o...
by matthewcroberts
August 3rd, 2005, 6:52 pm
Forum: General Forum
Topic: GARCH and volaitlity Swaps
Replies: 2
Views: 140235

GARCH and volaitlity Swaps

AntonioUse the search feature. That article was basically written on the forums. Wilmott is 'Paul', Javahere is 'Reza' and Haug is 'collector'. IIRC the thread had 250 posts, and it goes through all the details. I think the title was 'GARCH and vol swaps'.HTH,matt.
by matthewcroberts
July 7th, 2005, 6:09 pm
Forum: Technical Forum
Topic: arfima in matlab
Replies: 4
Views: 145260

arfima in matlab

I don't, but I have code for FIGARCH, which you might be able to strip out & put into arma code to estimate arfima models.Matt.
by matthewcroberts
July 7th, 2005, 5:57 pm
Forum: Technical Forum
Topic: system of riccatti equations
Replies: 3
Views: 143592

system of riccatti equations

Check out the paper on Riccati eqns athttp://www4.ncsu.edu/~pfackler/affine/index.htmHTH,matt.
by matthewcroberts
June 30th, 2005, 10:46 am
Forum: General Forum
Topic: OHLC modelling
Replies: 6
Views: 145754

OHLC modelling

endriux,Check out Fiess & MacDonald "Technical Analysis in the Foreign Exchange Market: A Cointegration-Based Approach" Multinational Finance Journal, 1999. They cast the OHLC relationship as some sort of a VAR, if I recall correctly, which should lend itself to simulation.HTH,matt.
by matthewcroberts
June 4th, 2004, 5:57 pm
Forum: Programming and Software Forum
Topic: software for writing journal articles
Replies: 16
Views: 191646

software for writing journal articles

I'll second the WinEdt/MikTeX combination. WinEdt is one of the few shareware programs that I've purchased--and I've never regretted it. Excellent program. MikTex is very nice, too. I suggest you give 'em a try.Matt.
by matthewcroberts
May 24th, 2004, 1:12 pm
Forum: Student Forum
Topic: Where I can find simple Matlab subroutines?
Replies: 2
Views: 189603

Where I can find simple Matlab subroutines?

<r>Check out the toolbox at <URL url="http://www.spatial-econometrics.com">www.spatial-econometrics.com</URL> there's another at www4.ncsu.edu/~pfackler. Also there is a computational economics textbook based on Matlab that might be useful: Miranda & Fackler "Applied Computational Economics and ...
by matthewcroberts
May 7th, 2004, 3:42 pm
Forum: Off Topic
Topic: You mean having sex causes babies?
Replies: 16
Views: 190881

You mean having sex causes babies?

<t>QuotePlease review the estimates of male and female sterilization rates in Western EuropeanI would happily do so except that (a) I don't know where to find such statistics, and (b) seem roughly orthogonal to my point. Whether sterilization rates are high or low, my contention is that government-s...
by matthewcroberts
May 7th, 2004, 12:00 am
Forum: Off Topic
Topic: You mean having sex causes babies?
Replies: 16
Views: 190881

You mean having sex causes babies?

<t>QuoteMatthewcroberts,I can't help but notice that in your current icon, you appear to be checking your underwear to see if you are wearing a condom; or are you freeriding?I hadn't thought of it that way...pretty funny in context of the current discussion. Actually, it is a snip from one of my fav...
by matthewcroberts
May 6th, 2004, 5:33 pm
Forum: Off Topic
Topic: You mean having sex causes babies?
Replies: 16
Views: 190881

You mean having sex causes babies?

<t>Not to touch on the whole birthrate/Spain issue, but I personally give very little credence to abortion/contraception -> low birth rates. To me, its a simple economic problem. The low birthrates are the result of the existence of universal retirement privileges, replacing the need for children to...
by matthewcroberts
April 29th, 2004, 8:05 pm
Forum: Student Forum
Topic: GARCH(1,1) - Transforming and Filter
Replies: 3
Views: 189903

GARCH(1,1) - Transforming and Filter

<t>In my routines, I don't use either process. I simply use brute force MLE. I have more than once performed analysis of the parameter fit, i.e. plotting the ML across different param values, but the real question is to ask whether you care--in most of my applications, some deviation b/c of a lack o...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 19