active2abs
Convert constraints from active to absolute format
Syntax
AbsConSet = active2abs(ActiveConSet,Index)
Arguments
| Portfolio linear inequality constraint matrix expressed
in active weight format. See the output |
|
|
Description
AbsConSet = active2abs(ActiveConSet,Index)
transforms
a constraint matrix to an equivalent matrix expressed in absolute
weight format. The transformation equation is
Therefore
The initial constraint matrix consists of NCONSTRAINTS
portfolio
linear inequality constraints expressed in active weight format (relative
to the index portfolio). The index portfolio vector contains NASSETS
assets.
AbsConSet
is the transformed portfolio linear
inequality constraint matrix expressed in absolute weight format,
also of the form [A b]
such that A*w <= b
. The value w
represents
a vector of active asset weights (relative to the index portfolio)
whose elements sum to the total portfolio value.
Version History
Introduced before R2006a