Time Series Functions.Partial Autocorrelation Function Method
Computes the Partial Auto-Correlation Function (PACF) from an Auto-Correlation Function (ACF).
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the values of the PACF.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Vector<double> PartialAutocorrelationFunction(
this Vector<double> acf
)
Parameters
- acf Vector<Double>
- A vector containing the values of the ACF.
Return Value
Vector<Double>A vector containing the values of the PACF.