optimizeMeanVariancePortfolio: Optimize mean variance portfolio using Meucci's methods...

Description Usage Arguments Value Examples

Description

Optimize mean variance portfolio using Meucci's methods (holdings and simulated prices at the horizon) - brute force approach

Usage

1
2
optimizeMeanVariancePortfolio(meanVector, covarianceMatrix, horizonPriceVector,
  horizonPnLMatrix, wealthBalance, maxWeightConstraint, colNames, longOnly)

Arguments

meanVector

is a vector of mean price changes

covarianceMatrix

is a square, semi-positive definite covariance matrix of price changes

horizonPriceVector

is a vector of security prices at the horizon

horizonPnLMatrix

is a matrix of prices changes at the horizon

wealthBalance

is the balance in the account (used to calculate holdings)

maxWeightConstraint

is a list of symbols what will be subject to a max inverse volatility weight

colNames

names of symbols

longOnly

logical, whether to keep the original OHLC xts matrices or to drop them

Value

a list of quadratic programming efficient frontier results

Examples

1
none

erolbicero/propfolio documentation built on May 16, 2019, 8:48 a.m.