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