You are here: Symbol Reference > StatTimeSerAnalysis Namespace > Functions > StatTimeSerAnalysis.DurbinLevinson Function
Stats Master VCL
ContentsIndex
PreviousUpNext
StatTimeSerAnalysis.DurbinLevinson Function

The Durbin-Levinson algorithm.

Pascal
procedure DurbinLevinson(const gamma: TVec; const Phi: TVec; out Sigma2: double; const NumEvals: Integer; const PhiVar: TVec = nil);
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!