|
Levinson recursion or Levinson–Durbin recursion is a procedure in linear algebra to recursively calculate the solution to an equation involving a Toeplitz matrix. The algorithm runs in Θ(''n''2) time, which is a strong improvement over Gauss–Jordan elimination, which runs in Θ(''n''3). The Levinson–Durbin algorithm was proposed first by Norman Levinson in 1947, improved by James Durbin in 1960, and subsequently improved to 4''n''2 and then 3''n''2 multiplications by W. F. Trench and S. Zohar, respectively. Other methods to process data include Schur decomposition and Cholesky decomposition. In comparison to these, Levinson recursion (particularly split Levinson recursion) tends to be faster computationally, but more sensitive to computational inaccuracies like round-off errors. The Bareiss algorithm for Toeplitz matrices (not to be confused with the general Bareiss algorithm) runs about as fast as Levinson recursion, but it uses ''O''(''n''2) space, whereas Levinson recursion uses only ''O''(''n'') space. The Bareiss algorithm, though, is numerically stable,〔Bojanczyk et al. (1995).〕〔Brent (1999).〕 whereas Levinson recursion is at best only weakly stable (i.e. it exhibits numerical stability for well-conditioned linear systems).〔Krishna & Wang (1993).〕 Newer algorithms, called ''asymptotically fast'' or sometimes ''superfast'' Toeplitz algorithms, can solve in Θ(''n'' log''p''''n'') for various ''p'' (e.g. ''p'' = 2,〔http://www.maths.anu.edu.au/~brent/pd/rpb143tr.pdf〕〔http://etd.gsu.edu/theses/available/etd-04182008-174330/unrestricted/kimitei_symon_k_200804.pdf〕 ''p'' = 3 〔http://web.archive.org/web/20070418074240/http://saaz.cs.gsu.edu/papers/sfast.pdf〕). Levinson recursion remains popular for several reasons; for one, it is relatively easy to understand in comparison; for another, it can be faster than a superfast algorithm for small ''n'' (usually ''n'' < 256).〔http://www.math.niu.edu/~ammar/papers/amgr88.pdf〕 == Derivation == 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Levinson recursion」の詳細全文を読む スポンサード リンク
|