a Rank Minimization Heuristic with Application to Minimum Order System Approximation: Difference between revisions

From statwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
<math>
<math>
\begin{array}{ l l }
\begin{array}{ l l }
\mbox{minimize} & \Tr X \\
\mbox{minimize} & \tr X \\
\mbox{subject to } & X \in C
\mbox{subject to } & X \in C
\end{array}
\end{array}

Revision as of 20:11, 23 November 2010

Rank Minimization Problem (RMP) has application in a variety of areas such as control, system identification, statistics and signal processing. Except in some special cases RMP is known to be computationaly hard. [math]\displaystyle{ \begin{array}{ l l } \mbox{minimize} & \mbox{Rank } X \\ \mbox{subject to } & X \in C \end{array} }[/math]


If the matrix is symmetric and positive semidifinite, trace minimization is a very effective heuristic for rank minimization problem. The trace minimization results in a semidefinite problem which can be easily solved. [math]\displaystyle{ \begin{array}{ l l } \mbox{minimize} & \tr X \\ \mbox{subject to } & X \in C \end{array} }[/math]


For