Computes the partial autocorrelation for all lags.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic double[] PACFRaw()
Return Value
DoubleAll the partial autocorrelations in an array.
RemarksBased on the Levinson-Durbin method.
See Also