Serving the Quantitative Finance Community

Search found 72 matches

by skullx
July 3rd, 2015, 7:23 am
Forum: Numerical Methods Forum
Topic: VBA code to determine eigenvalues & eigenvectors...
Replies: 9
Views: 58845

VBA code to determine eigenvalues & eigenvectors...

<r>QuoteOriginally posted by: rmeenaksEven better. Full matrix package for excel with source:Matrix 2.3 (<URL url="http://digilander.libero.it/foxes/SoftwareDownload.htm">http://digilander.libero.it/foxes/SoftwareDownload.htm</URL>)Cheers,RamHi, gents!Seems that this link is dead, could anyone provi...
by skullx
May 19th, 2015, 4:33 pm
Forum: Student Forum
Topic: Basic Monte Carlo question
Replies: 12
Views: 17581

Basic Monte Carlo question

It's just a simple Wiener process to simulate equity paths (pardon, I forgot to mention).
by skullx
May 19th, 2015, 1:05 pm
Forum: Student Forum
Topic: Basic Monte Carlo question
Replies: 12
Views: 17581

Basic Monte Carlo question

<t>I also have a basic question on MC.Trying to price a 3-year structured product with monthly payments. Have to simulate monthly data (daily is costly in terms of computational time), going to use Milstein. As far as I know, Milstein requires discrete timing with equal timesteps, however we have so...
by skullx
November 18th, 2013, 10:23 am
Forum: Programming and Software Forum
Topic: real-time curve fitting
Replies: 10
Views: 8045

real-time curve fitting

Maybe I do something wrong, but when I differentiate by a,b,c I return to the initial equation in all three cases
by skullx
November 14th, 2013, 5:32 am
Forum: Programming and Software Forum
Topic: real-time curve fitting
Replies: 10
Views: 8045

real-time curve fitting

Awwwwww...That's why I love this community - senior guys are always open-minded and ready to help noobies!Thank you very much, all three answers are very clear and useful. Went coding
by skullx
November 13th, 2013, 2:16 pm
Forum: Programming and Software Forum
Topic: real-time curve fitting
Replies: 10
Views: 8045

real-time curve fitting

<t>QuoteOriginally posted by: outrunQuoteOriginally posted by: skullxThank you, but it seems a little bit hard for me in terms of math. Maybe there are some tutorials? I just need an optimisation of 3 parameters over 8-12 data points, which is more than enough I think.There is indeed no point in fin...
by skullx
November 13th, 2013, 11:12 am
Forum: Programming and Software Forum
Topic: real-time curve fitting
Replies: 10
Views: 8045

real-time curve fitting

Thank you, but it seems a little bit hard for me in terms of math. Maybe there are some tutorials? I just need an optimisation of 3 parameters over 8-12 data points, which is more than enough I think.
by skullx
November 13th, 2013, 6:06 am
Forum: Programming and Software Forum
Topic: real-time curve fitting
Replies: 10
Views: 8045

real-time curve fitting

<t>Hello, I'm quite new in programming and also my maths are quite rusty. Could you please advise me on how can I fit a curve of type (a - 2*b*const1 + c * const2) on the fly using C++. I need it to refit on every market data change.I think least squares are not able to do this? Any advice on model ...
by skullx
September 18th, 2013, 11:54 am
Forum: Numerical Methods Forum
Topic: Vanilla options IV guess
Replies: 2
Views: 7413

Vanilla options IV guess

Much obliged!
by skullx
September 18th, 2013, 7:25 am
Forum: Numerical Methods Forum
Topic: Vanilla options IV guess
Replies: 2
Views: 7413

Vanilla options IV guess

Hello, comrades!As we know it's quite easy to make an initial implied volatility guess for ATM option through approximate price formula (0.4*sqrt(t)*vol). But how can I adopt this to use with non-ATM strikes?
by skullx
June 28th, 2013, 10:14 am
Forum: Numerical Methods Forum
Topic: Wonder how to price mid term binaries
Replies: 3
Views: 8006

Wonder how to price mid term binaries

Sorry, forgot to mention that current W 1 is 666 (more than 9% ITMF).
by skullx
June 28th, 2013, 5:42 am
Forum: Numerical Methods Forum
Topic: Wonder how to price mid term binaries
Replies: 3
Views: 8006

Wonder how to price mid term binaries

<t>Hello, and may you all have a good day. Last one before the weekend Just tried to price a simple digital call on wheat using BBG. Strike = current W 1 price, tenor = 3Y. Black model (the only one available there) gave me 49%, which seems to be complete bshit with forward price of 730.Could someon...
by skullx
April 10th, 2013, 5:54 am
Forum: Numerical Methods Forum
Topic: Improve performance of Excel Solver and alternatives in C++
Replies: 82
Views: 47970

Improve performance of Excel Solver and alternatives in C++

Thank you, Dave! Sorry for my lack of knowledge.As a starting point I decided to take this one from quantcodeAfter I succeed with it, I'll try to move calculations to C++ dll.
by skullx
April 9th, 2013, 5:45 am
Forum: Numerical Methods Forum
Topic: Improve performance of Excel Solver and alternatives in C++
Replies: 82
Views: 47970

Improve performance of Excel Solver and alternatives in C++

QuoteOriginally posted by: daveangelit is .. is a single independent variable ? alglib has an ols module in VBNo, it's a model vol smile VS market vol smile. And we're changing at least 4 params, which can be bounded.