An open API service indexing awesome lists of open source software.

https://github.com/apozzi/harima

Harima is a Haskell library designed for time series analysis and forecasting using the ARIMA (AutoRegressive Integrated Moving Average) model.
https://github.com/apozzi/harima

arima-forecasting arima-model haskell haskell-library

Last synced: 4 months ago
JSON representation

Harima is a Haskell library designed for time series analysis and forecasting using the ARIMA (AutoRegressive Integrated Moving Average) model.

Awesome Lists containing this project

README

        

# Harima

`Harima` is a Haskell library designed for time series analysis and forecasting using the ARIMA (AutoRegressive Integrated Moving Average) model for Haskell.

## Features

- ARIMA Model Implementation
- Model Fitting
- Diagnostic Tools TODO
- Forecasting TODO
- Visualization TODO
- Seasonality Handling TODO

## Installation

To install `harima`, you can add it to your project's dependencies in the `cabal` or `stack` configuration file:

```haskell
-- In cabal file
build-depends:
harima == 0.1.0

-- In stack file
extra-deps:
- harima-0.1.0