Publications by Quantitative Finance Collector

Quantile Regression

29.07.2008

Quantile regression is a statistical technique intended to estimate, and conduct inference about, conditional quantile functions. Just as classical linear regression methods based on minimizing sums of squared residuals enable one to estimate models for conditional mean functions, quantile regression methods offer a mechanism for estimating model...

1293 sym

download option price data from Yahoo

29.07.2008

This R program can be used to download option price data from Yahoo to a data frame and to plot the corresponding implied-volatility smiles. http://www.math.tu-berlin.de/~mkeller/index.php?target=rcodeTags – download , data , optionRead the full post at download option price data from Yahoo. Related To leave a comment for the author, please f...

722 sym

R-code for Vasicek estimation

08.08.2008

A short-rate model is usually calibrated to some initial structures in the market, typically the initial yield curve, the caps volatility surface, the swaptions volatility surface, and possibly other products, thus determining the model parameters. Vasicek, Cox Ingersoll Ross (CIR), Dothan, for instance, are among the frequently-used short-rate m...

1180 sym

Process Simulation in R

12.08.2008

Simple demonstration codes for process simulation in R, including Brownian motion simulation, Poisson process simulatio, Euler scheme simulation for Geometric Brownian motion, the mean-reverting process, and the process with two ‘attractors’, etc.http://www.math.ku.dk/~rolf/teaching/mfe04/MiscInfo.html#CodeTags – simulationRead the full pos...

801 sym

Visualize Copulas

20.08.2008

In those Copula codes you can get a rough idea what copula is, how to estimate and simulate it, how to test its performance, etc., to help you visualize what on earth the copula should look like, below R code draws plots of some widely used copulas.http://www.math.tu-berlin.de/~mkeller/index.php?target=rcodeTags – copulaRead the full post at Vi...

792 sym

evolutionary algorithm optimization

04.09.2008

In the post Optimization packages dozens of optimization routines can be downloaded, here I am going to share a special optimization method: evolutionary algorithm. Evolutionary algorithms (EAs) are search methods that take their inspiration from natural selection and survival of the fittest in the biological world. EAs differ from more tradition...

1648 sym

Econometric tools for performance and risk analysis

13.10.2008

QuotationLibrary of econometric functions for performance and risk analysis of financial portfolios. This library aims to aid practitioners and researchers in using the latest research in analysis of both normal and non-normal return streams.We created this library to include functionality that has been appearing in the academic literature on per...

1552 sym

Rmetrics – Basics of Option Valuation

22.10.2008

Open Source Software for Financial Engineering and Computational FinanceRmetrics is the premier open source solution for teaching financial market analysis and valuation of financial instruments. With hundreds of functions build on modern methods Rmetrics combines explorative data analysis, statistical modeling and rapid model prototyping. The Rm...

1078 sym

Quantitative Risk Management R package

05.11.2008

I shared an Econometric tools for performance and risk analysis package in R, today I introduce another Quantitative Risk Management R package, which is accompanying the book Quantitative Risk Management: Concepts, Techniques and Tools by Alexander J. McNeil, Rudiger Frey and Paul Embrechts, a nice book written by one of my professors. In this bo...

1254 sym

Modeling Financial Time Series with S-PLUS

12.11.2008

Although S-plus is the most terrible language I have ever used in terms of debugging (I have to say that, no offense to S-plus fans, as my colleagues said, it is hard to understand it is still existed in 21 centuary), I found the S-plus scripts accompanying the book Modeling Financial Time Series with S-PLUS,  covering:Time Series Manipulation,...

1219 sym