dsp-0.2: Digital Signal ProcessingContentsIndex
DSP.Estimation.Spectral.ARMA
Portabilityportable
Stabilityexperimental
Maintainerm.p.donadio@ieee.org
Description

This module contains a few algorithms for ARMA parameter estimation. Algorithms are taken from Steven M. Kay, _Modern Spectral Estimation: Theory and Application_, which is one of the standard texts on the subject. When possible, variable conventions are the same in the code as they are found in the text.

BROKEN: DO NOT USE

Synopsis
arma_mywe :: (RealFloat b, Integral i, Ix i) => Array i (Complex b) -> i -> i -> Array i (Complex b)
Documentation
arma_mywe :: (RealFloat b, Integral i, Ix i) => Array i (Complex b) -> i -> i -> Array i (Complex b)
THIS DOES NOT WORK
Produced by Haddock version 0.8