Learn R Programming

⚠️There's a newer version (2.1.7) of this package.Take me there.

tawny (version 2.0.2)

Provides various portfolio optimization strategies including random matrix theory and shrinkage estimators

Description

Portfolio optimization typically requires an estimate of a covariance matrix of asset returns. There are many approaches for constructing such a covariance matrix, some using the sample covariance matrix as a starting point. This package provides implementations for two such methods: random matrix theory and shrinkage estimation. Each method attempts to clean or remove noise related to the sampling process from the sample covariance matrix.

Copy Link

Version

Install

install.packages('tawny')

Monthly Downloads

12

Version

2.0.2

License

GPL-2

Maintainer

Brian Lee Yung Rowe

Last Published

February 7th, 2012

Functions in tawny (2.0.2)

getPortfolioReturns

Utility functions for creating portfolios of returns and other functions
denoise

Filter noise from a correlation matrix using RMT to identify the noise
optimizePortfolio

Optimize a portfolio using the specified correlation filter
sp500.subset

A subset of the SP500 with 200 data points
tawny-package

Provides various portfolio optimization strategies including random matrix theory and shrinkage estimators
cov_shrink

Shrink the covariance matrix towards some global mean
divergence

Measure the divergence and stability between two correlation matrices
sp500

A (mostly complete) subset of the SP500 with 250 data points