optimize.target.return: Find the portfolio with the minimum standard deviation given...

Description Usage Arguments Value See Also

View source: R/efficient.frontier.r

Description

This function is used to create an efficient frontier which iterates across a set of target returns. Requires quadprog

Usage

1
optimize.target.return(target.ret, cma.ta, tol = 4e-05)

Arguments

target.ret

The target return. Should be a feasible return.

cma.ta

Tax-aware capital market assumptions

tol

Tolerance for constraints.

Value

The optimum produced by solve.QP from quadprog. The solution value is the set of weights.

See Also

solve.QP


rexmacey/TaxAwareAA documentation built on Dec. 3, 2019, 7:54 a.m.