Serving the Quantitative Finance Community

Search found 12 matches

by Janmoritz
December 15th, 2004, 9:17 am
Forum: Student Forum
Topic: the "thick" option trader - good exercise for quant student
Replies: 72
Views: 186148

the "thick" option trader - good exercise for quant student

erstwhile,would you suggest to entirely focus on RMS Vol instead of StdDev Vol? I plotted the vols against each other. The differences aren't that great.
by Janmoritz
October 15th, 2004, 5:41 am
Forum: Book And Research Paper Forum
Topic: what's a good VBA starter book?
Replies: 22
Views: 174598

what's a good VBA starter book?

That's it. Thanks for the link!!!
by Janmoritz
October 14th, 2004, 6:10 am
Forum: Book And Research Paper Forum
Topic: what's a good VBA starter book?
Replies: 22
Views: 174598

what's a good VBA starter book?

Maybe you want to try "VBA for Dummies" which is a very easy and straight forward book to start with. I got me running when I started programming in VBA a couple of years ago. Cheers Moritz
by Janmoritz
October 6th, 2004, 6:28 am
Forum: Book And Research Paper Forum
Topic: Not work related books
Replies: 37
Views: 177135

Not work related books

If you are long SciFi and Thrillers, here you go. These are must reads written by Dan Brown:The Da Vinci Code Deception PointAngels and DemonsDigital FortressRead these first before you start on something else. Believe me!
by Janmoritz
October 1st, 2004, 6:11 am
Forum: Off Topic
Topic: OIL - Can the bubble be more obvious???
Replies: 353
Views: 211084

OIL - Can the bubble be more obvious???

<r>It was more a reprocession plant than a nuclear power plant. Nothing Germany could have produced energy with. Germany can consider itself lucky to have the best educated politicians in the world <E>:-(</E> Some of these guys don't know shit and don't see the easiest economic issues we have here. ...
by Janmoritz
September 23rd, 2004, 5:43 am
Forum: Student Forum
Topic: Beta and correlation
Replies: 16
Views: 176844

Beta and correlation

Think of it another way: If a stock were to have a negative beta over a long period of time, this company would probably go bankrupt as the long-term trend of the stock market tends to be positive.
by Janmoritz
September 20th, 2004, 5:17 am
Forum: Programming and Software Forum
Topic: Anyone want a GMail account!
Replies: 37
Views: 181190

Anyone want a GMail account!

I have also some invites left. Mail me if you need one.
by Janmoritz
September 15th, 2004, 5:52 am
Forum: Student Forum
Topic: Volatility Smiles
Replies: 8
Views: 176130

Volatility Smiles

<t>The smile or skew in implied vol adjusts (or at least tries to adjust) the log-normal BS Model to a non-log-normal real world. The distribution of returns in the real world does not fit the normal distribution assumption of the model (keywords: kurtosis and skew). Excessive negative returns are f...
by Janmoritz
September 14th, 2004, 6:47 pm
Forum: Programming and Software Forum
Topic: Random Number Glitch in VBA
Replies: 9
Views: 178717

Random Number Glitch in VBA

Very welcome!
by Janmoritz
September 2nd, 2004, 5:50 am
Forum: Student Forum
Topic: Regression and Corrleation calculation in Excel for prices
Replies: 20
Views: 179026

Regression and Corrleation calculation in Excel for prices

For further details regarding cointegration also check the works by Carol Alexander. You may want to look up pennoyer.net on the internet and check the cointegration forum here at wilmott.com, too.Moritz
by Janmoritz
August 26th, 2004, 6:32 am
Forum: Programming and Software Forum
Topic: Random Number Glitch in VBA
Replies: 9
Views: 178717

Random Number Glitch in VBA

<t>Hi.Maybe you want to try this VBA code.Function BoxMuller() As Double' Box-Muller transformation for quasi normally distributed random numbers' Use Rnd() if you don´t have anything more appropriate, such as' Faure, Sobol, Halton, or ... algorithms. Const TwoPi = 6.28318530717959 Static Status As ...
by Janmoritz
August 2nd, 2004, 12:01 pm
Forum: Student Forum
Topic: Co-Integration
Replies: 15
Views: 191820

Co-Integration

Hi.The most useful instructions and papers can be found on Carol Alexander's homepage (you need to provide some personal details, but it is worth it).www.pennoyer.net is also at good resource.