An open API service indexing awesome lists of open source software.

https://github.com/boennecd/dtd

R package with fast methods for Merton's distance-to-default model
https://github.com/boennecd/dtd

blackscholes default finance

Last synced: 8 days ago
JSON representation

R package with fast methods for Merton's distance-to-default model

Awesome Lists containing this project

README

          

DtD: Distance to Default
========================

[![Build Status on Travis](https://travis-ci.org/boennecd/DtD.svg?branch=master)](https://travis-ci.org/boennecd/DtD) [![](https://www.r-pkg.org/badges/version/DtD)](http://cran.rstudio.com/web/packages/DtD/index.html) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/DtD)](http://cran.rstudio.com/web/packages/DtD/index.html)

This package provides fast methods to work with Merton's distance to default model. The methods includes simulation and estimation of the parameters. It can be installed with `devtools` by calling

``` r
devtools::install_github("boennecd/DtD")
```

or install with the version on CRAN

``` r
install.packages("DtD")
```

See [this vignette](vignettes/Distance-to-default.pdf) for examples of how to use the functions.