active2abs
Convert constraints from active to absolute format
Description
transforms a constraint matrix to an equivalent matrix expressed in absolute weight
format. The transformation equation isAbsConSet
= active2abs(ActiveConSet
,Index
)
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.
Input Arguments
Output Arguments
Version History
Introduced before R2006a