pcalims
Linear inequalities for individual asset allocation
Description
As an alternative to pcalims
, use the Portfolio object
(Portfolio
) for mean-variance portfolio
optimization. This object supports gross or net portfolio returns as the return proxy,
the variance of portfolio returns as the risk proxy, and a portfolio set that is any
combination of the specified constraints to form a portfolio set. For information on the
workflow when using Portfolio objects, see Portfolio Object Workflow.
[
specifies the lower and upper bounds of portfolio allocations in each of
A
,b
] = pcalims(AssetMin
,AssetMax
)NumAssets
available asset investments.
pcalims
specifies the lower and upper bounds of portfolio
allocations in each of NASSETS
available asset investments.
Note
If pcalims
is called with fewer than two output
arguments, the function returns A
concatenated with
b
[A,b]
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a