Skip to content

Commit

Permalink
update travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
s-broda committed Jul 21, 2021
1 parent 7cc3676 commit 4e38736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Docs (stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://s-broda.github.io/ARCHModels.jl/stable) [![Docs (dev)](https://img.shields.io/badge/docs-dev-blue.svg)](https://s-broda.github.io/ARCHModels.jl/dev) [![Build status (Linux, OSX)](https://travis-ci.org/s-broda/ARCHModels.jl.svg?branch=master)](https://travis-ci.org/s-broda/ARCHModels.jl) [![Build status (Windows)](https://ci.appveyor.com/api/projects/status/9ys3go5ng9j2jin5/branch/master?svg=true)](https://ci.appveyor.com/project/s-broda/archmodels-jl/branch/master) [![Coverage (coveralls)](https://coveralls.io/repos/s-broda/ARCHModels.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/s-broda/ARCHModels.jl?branch=master) [![Coverage (codecov)](http://codecov.io/github/s-broda/ARCHModels.jl/coverage.svg?branch=master)](http://codecov.io/github/s-broda/ARCHModels.jl?branch=master) [![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/A/ARCHModels.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)[![DOI](https://zenodo.org/badge/95967480.svg)](https://zenodo.org/badge/latestdoi/95967480)
[![Docs (stable)](https://img.shields.io/badge/docs-stable-blue.svg)](https://s-broda.github.io/ARCHModels.jl/stable) [![Docs (dev)](https://img.shields.io/badge/docs-dev-blue.svg)](https://s-broda.github.io/ARCHModels.jl/dev) [![Build status (Linux, OSX)](https://travis-ci.com/s-broda/ARCHModels.jl.svg?branch=master)](https://travis-ci.com/s-broda/ARCHModels.jl) [![Build status (Windows)](https://ci.appveyor.com/api/projects/status/9ys3go5ng9j2jin5/branch/master?svg=true)](https://ci.appveyor.com/project/s-broda/archmodels-jl/branch/master) [![Coverage (coveralls)](https://coveralls.io/repos/s-broda/ARCHModels.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/s-broda/ARCHModels.jl?branch=master) [![Coverage (codecov)](http://codecov.io/github/s-broda/ARCHModels.jl/coverage.svg?branch=master)](http://codecov.io/github/s-broda/ARCHModels.jl?branch=master) [![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/A/ARCHModels.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)[![DOI](https://zenodo.org/badge/95967480.svg)](https://zenodo.org/badge/latestdoi/95967480)
# The ARCHModels Package for Julia

ARCH (Autoregressive Conditional Heteroskedasticity) models are a class of models designed to capture a feature of financial returns data known as *volatility clustering*, *i.e.*, the fact that large (in absolute value) returns tend to cluster together, such as during periods of financial turmoil, which then alternate with relatively calmer periods. This package provides efficient routines for simulating, estimating, and testing a variety of GARCH models.
Expand Down

2 comments on commit 4e38736

@s-broda
Copy link
Owner 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/41275

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 v1.4.2 -m "<description of version>" 4e3873643cdd5efc99f3ad17fd05c5b50564e61b
git push origin v1.4.2

Please sign in to comment.