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