Skip to content

Commit 2161415

Browse files
Add installation and citation to readme (#103)
1 parent bda9bae commit 2161415

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,22 @@
1010
[codecov-img]: https://codecov.io/gh/LAMPSPUC/ScoreDrivenModels.jl/coverage.svg?branch=master
1111
[codecov-url]: https://codecov.io/gh/LAMPSPUC/ScoreDrivenModels.jl?branch=master
1212

13-
ScoreDrivenModels.jl is a Julia package for modeling, forecasting, and simulating time series with score-driven models, also known as 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.
13+
ScoreDrivenModels.jl is a Julia package for modeling, forecasting, and simulating time series with score-driven models, also known as 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.
14+
15+
## Installation
16+
17+
This package is registered so you can simply `add` it using Julia's `Pkg` manager:
18+
```julia
19+
pkg> add StateSpaceModels
20+
```
21+
22+
## Citing the package
23+
24+
If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):
25+
26+
@misc{bodin2020scoredrivenmodelsjl,
27+
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
28+
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
29+
year={2020},
30+
eprint={2008.05506}
31+
}

0 commit comments

Comments
 (0)