DSequenceAutoRegression Method |
Calculate coefficients for an autoregressive model.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic DVector AutoRegression(
int degree
)
Parameters
- degree Int32
- Number of degrees in the model.
Return Value
DVectorThe coefficients of the AR(degree) model.
See Also