Skip to content

Commit 8dd4467

Browse files
Update docs to match readme (#104)
* Update docs to match readme * Update docs/src/index.md
1 parent 954c1b2 commit 8dd4467

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/src/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,28 @@ by D. Creal, S. J. Koopman, and A. Lucas.
88

99
## Installation
1010

11-
This package is registered so you can `Pkg.add` it as follows:
11+
This package is registered so you can simply `add` it using Julia's `Pkg` manager:
1212
```julia
1313
pkg> add ScoreDrivenModels
1414
```
1515

16+
## Citing the package
17+
18+
If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):
19+
20+
@misc{bodin2020scoredrivenmodelsjl,
21+
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
22+
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
23+
year={2020},
24+
eprint={2008.05506}
25+
}
26+
27+
1628
## Contributing
1729

1830
Contributions to this package are more than welcome, if you find a bug or have any suggestions
1931
for the documentation please post it on the
2032
[github issue tracker](https://github.com/LAMPSPUC/ScoreDrivenModels.jl/issues).
2133

2234
When contributing please note that the package follows the
23-
[JuMP style guide](https://www.juliaopt.org/JuMP.jl/stable/style/).
35+
[JuMP style guide](https://jump.dev/JuMP.jl/stable/style/index.html).

0 commit comments

Comments
 (0)