Skip to content

Statsmodels Autocorrelation vs. Autocovariance #4

Description

@oboejoe

**C**. Check your work for the specific case of an AR(1) model with $\phi_1=0.8$ by comparing your formula with the result of the Python function `statsmodels.tsa.arima_process.arma_acf`.

According to the documentation, the "statsmodels.tsa.arima_process.arma_acf" function that we are asked to check our auto-covariance functions against finds the auto-correlation? It states that the function to find the auto-covariance is "statsmodels.tsa.arima_process.arma.acovf".

https://www.statsmodels.org/dev/generated/statsmodels.tsa.arima_process.arma_acf.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions