Skip to content

Commit

Permalink
💄 Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizFCDuarte committed May 28, 2024
1 parent 05d8918 commit df128ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[build-img]: https://github.com/LAMPSPUC/SARIMAX.jl/actions/workflows/ci.yml/badge.svg?branch=master
[build-url]: https://github.com/LAMPSPUC/SARIMAX.jl/actions/workflows/ci.yml

[codecov-img]: https://app.codecov.io/github/LAMPSPUC/SARIMAX.jl/coverage.svg?branch=master
[codecov-url]: https://app.codecov.io/github/LAMPSPUC/SARIMAX.jl?branch=master

# Sarimax.jl

| **Build Status** | **Coverage** |
|:-----------------:|:-----------------:|:-----------------:|
| [![Build Status][build-img]][build-url] | [![Codecov branch][codecov-img]][codecov-url] |

Introducing Sarimax.jl, a groundbreaking Julia package that redefines SARIMA (Seasonal Autoregressive Integrated Moving Average) modeling by seamlessly integrating the JuMP framework — a powerful optimization modeling language. Unlike traditional SARIMA methods, Sarimax.jl leverages the optimization capabilities of JuMP, allowing for precise and customizable SARIMA models.

## Quickstart
Expand Down

0 comments on commit df128ad

Please sign in to comment.