Description Usage Arguments Value Examples
Obtain the optimal (MMSE) Wiener-Hopf causal FIR filter for an known multivariate input ts x and known target ts s. Uses the Trench algorithm to compute the log-likelihood of the residual ts and AIC to choose optimal filter length (within a range provided by the user). Full AIC calculation not practical for signals longer than 10,000 samples.
1 |
x |
a ts, vector or matrix of values (columns as time series). |
s |
as ts or vector of values |
n |
filter length if integer or range of possible lengths if length two vector. |
AIC |
use full AIC calculation (default) or minimum squared error to choose filter. |
List with elements h, the matrix of optimal filter values (stored as columns); n, the (range of) filter length(s) tested; and AIC the AIC of tested filters (corresponds to n).
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.