IMSL C# Numerical Library

AutoCorrelation.GetPartialAutoCorrelations Method 

Returns the sample partial autocorrelation function of the stationary time series x.

public double[] GetPartialAutoCorrelations();

Return Value

A double array of length maximumLag containing the partial autocorrelations of the time series x.

See Also

AutoCorrelation Class | Imsl.Stat Namespace