Stats Master VCL
|
The innovations algorithm.
procedure Innovations(const kappa: TDenseMtxVec; const Theta: TVec; out Sigma2: double; const NumEvals: Integer; const ThetaVar: TVec = nil; const SumSqr: TVec = nil); overload;
Parameters |
Description |
kappa |
Defines covariances for innovations algorithm. |
Theta |
Returns Theta[n,1]...Theta[n,n] coefficients. |
Sigma2 |
Returns variance. |
NumEvals |
Defines number of iterations of the innovation algorithm. |
ThetaVar |
If not nil, returns theta[n,1]..Theta[n,n] variances. |
SumSqr |
If not nil, returns sum of squares for each theta[n,i] element. |
Uses the Innnovations algorithm to recursively calculate Theta[n,1]...Theta[n,n] coefficients.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|