Skip to content

Commit

Permalink
[ci skip] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin authored May 12, 2021
1 parent 4abe75b commit e15df3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Current features include:
* Unobserved components (local level, basic structural, ...)
* SARIMA
* Linear regression
* Naive models
* Completion of missing values
* Diagnostics for the residuals of fitted models
* Visualization recipes
Expand All @@ -69,4 +70,4 @@ If you use StateSpaceModels.jl in your work, we kindly ask you to cite the [foll
author={Raphael Saavedra and Guilherme Bodin and Mario Souto},
journal={arXiv preprint arXiv:1908.01757},
year={2019}
}
}

2 comments on commit e15df3b

@guilhermebodin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/36581

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.16 -m "<description of version>" e15df3b923a91ca8a9c7ab844398891cff5c6459
git push origin v0.5.16

Please sign in to comment.