auto_regressive

Crates.ioauto_regressive
lib.rsauto_regressive
version0.1.0
sourcesrc
created_at2024-10-02 17:30:54.421139
updated_at2024-10-02 17:30:54.421139
descriptionA library for constructing AR(p) models using the Yule-Walker equations.
homepage
repositoryhttps://github.com/Amarantheum/auto_regressive
max_upload_size
id1394435
size48,571
Justin Bruss (Amarantheum)

documentation

README

Auto-Regressive

A library for constructing AR(p) models from time-series data using the Yule-Walker equations.

See: https://en.wikipedia.org/wiki/Autoregressive_model

Commit count: 5

cargo fmt