Skip to content

Commit

Permalink
re-order badges
Browse files Browse the repository at this point in the history
  • Loading branch information
s-broda committed Feb 9, 2020
1 parent 2a99cb7 commit c817275
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 @@
[![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) [![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)[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/A/ARCHModels.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html)
[![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)
# 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 c817275

@s-broda
Copy link
Owner Author

@s-broda s-broda commented on c817275 Mar 8, 2020

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.

Error while trying to register: "Tag with name 1.0.0 already exists and points to a different commit"

Please sign in to comment.