Is there a good starter document on quantlib (http://quantlib.org)? The examples are not well documented, and the help does not give that much insight.
Asked
Active
Viewed 5,356 times
3 Answers
7
Well there are
- hundreds of unit tests,
- a dozen or more examples
- over 1000 pages of Doxygen-generated documentation
- several introductory book chapters on the design drafted by Luigi (lead developer)
All this is complicated because the topic is complicated. The No Free Lunch theorem seems to hold for code too ;-)
Thanks for adding the quantlib tag. We should have some more questions here.

Luigi Ballabio
- 4,128
- 21
- 29

Dirk Eddelbuettel
- 360,940
- 56
- 644
- 725
3
Quantlib creators are pretty active on the Wilmott forum, so if you ask a concrete question there, they are likely to answer.

quant_dev
- 6,181
- 1
- 34
- 57
0
You can visit QuantCorner. I posted a couple of example codes relying on QL, there.

tagoma
- 3,896
- 4
- 38
- 57