Skip to content

Commit

Permalink
fix citation (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelsaavedra authored Sep 10, 2020
1 parent 036e012 commit 0e180ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pkg> add ScoreDrivenModels

If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):

@misc{bodin2020scoredrivenmodelsjl,
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
year={2020},
eprint={2008.05506}
@article{bodin2020scoredrivenmodels,
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
author={Bodin, Guilherme and Saavedra, Raphael and Fernandes, Cristiano and Street, Alexandre},
journal={arXiv preprint arXiv:2008.05506},
year={2020}
}
10 changes: 5 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ pkg> add ScoreDrivenModels

If you use ScoreDrivenModels.jl in your work, we kindly ask you to cite the package [paper](https://arxiv.org/abs/2008.05506):

@misc{bodin2020scoredrivenmodelsjl,
title={ScoreDrivenModels.jl: a Julia Package for Generalized Autoregressive Score Models},
author={Guilherme Bodin and Raphael Saavedra and Cristiano Fernandes and Alexandre Street},
year={2020},
eprint={2008.05506}
@article{bodin2020scoredrivenmodels,
title={ScoreDrivenModels. jl: a Julia Package for Generalized Autoregressive Score Models},
author={Bodin, Guilherme and Saavedra, Raphael and Fernandes, Cristiano and Street, Alexandre},
journal={arXiv preprint arXiv:2008.05506},
year={2020}
}


Expand Down

0 comments on commit 0e180ac

Please sign in to comment.