Stats Master VCL
|
The Durbin-Levinson algorithm.
Parameters |
Description |
gamma |
Defines covariances for Durbin-Levinson algorithm. |
Phi |
Returns phi[n,1]...phi[n,n] coefficients. |
Sigma2 |
Returns estimated variance. |
NumEvals |
Defines number of iterations of the Durbin-Levinson algorithm. |
PhiVar |
If not nil, it returns phi coefficients variances. |
Uses the Durbin-Levinson algorithm to calculate phi[n,1]...phi[n,n] coefficients. Coefficients are calculated resursively from the following relations:
where phi(1,1) = gamma(1)/gamma(0) and v(0)=gamma(0).
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|