Skip to content

Commit ca8af57

Browse files
raphaelsaavedraguilhermebodin
authored andcommitted
add badges to readme (#27)
1 parent 0ef681e commit ca8af57

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ScoreDrivenModels.jl
22

3+
| **Build Status** | **Coverage** | **Documentation** |
4+
|:-----------------:|:-----------------:|:-----------------:|
5+
| [![Build Status][build-img]][build-url] | [![Codecov branch][codecov-img]][codecov-url] |[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://lampspuc.github.io/ScoreDrivenModels.jl/latest/)
6+
7+
[build-img]: https://travis-ci.org/LAMPSPUC/ScoreDrivenModels.jl.svg?branch=master
8+
[build-url]: https://travis-ci.org/LAMPSPUC/ScoreDrivenModels.jl
9+
10+
[codecov-img]: https://codecov.io/gh/LAMPSPUC/ScoreDrivenModels.jl/coverage.svg?branch=master
11+
[codecov-url]: https://codecov.io/gh/LAMPSPUC/ScoreDrivenModels.jl?branch=master
12+
313
ScoreDrivenModels.jl is a Julia package for modeling, forecasting and simulating time series with score-driven models, also known as dynamic conditional score models (DCS) or generalized autoregressive score models (GAS). Implementations are based on the paper [Generalized Autoregressive Models with Applications](http://dx.doi.org/10.1002/jae.1279) by D. Creal, S. J. Koopman and A. Lucas.
414

515
# Features
@@ -15,4 +25,4 @@ ScoreDrivenModels.jl is a Julia package for modeling, forecasting and simulating
1525

1626
# Roadmap
1727
* Weibull distribution
18-
* Unobserved components structure
28+
* Unobserved components structure

0 commit comments

Comments
 (0)