File tree 2 files changed +30
-10
lines changed 2 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Documentation Status] ( https://readthedocs.org/projects/arch/badge/?version=latest )] ( http://arch.readthedocs.org/en/latest/ )
1
+ # ARCH
2
+
3
+ Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for
4
+ financial econometrics, written in Python (with Cython and/or Numba used
5
+ to improve performance)
6
+
7
+ ###### Continuous Integration
8
+
2
9
[ ![ Travis Build Status] ( https://travis-ci.org/bashtage/arch.svg?branch=master )] ( https://travis-ci.org/bashtage/arch )
3
10
[ ![ Appveyor Build Status] ( https://ci.appveyor.com/api/projects/status/nmt02u7jwcgx7i2x?svg=true )] ( https://ci.appveyor.com/project/bashtage/arch/branch/master )
11
+
12
+ ###### Documentation
13
+
14
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/arch/badge/?version=latest )] ( http://arch.readthedocs.org/en/latest/ )
15
+
16
+ ###### Coverage
17
+
4
18
[ ![ Coverage Status] ( https://coveralls.io/repos/bashtage/arch/badge.svg?branch=master )] ( https://coveralls.io/r/bashtage/arch?branch=master )
5
19
[ ![ codecov] ( https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg )] ( https://codecov.io/gh/bashtage/arch )
6
- [ ![ Code Health] ( https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat )] ( https://landscape.io/github/bashtage/arch/master )
7
- [ ![ DOI] ( https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg )] ( http://dx.doi.org/10.5281/zenodo.15681 )
8
20
9
- # ARCH
21
+ ###### Code Inspections
22
+ [ ![ Language grade: Python] ( https://img.shields.io/lgtm/grade/python/g/bashtage/arch.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/bashtage/arch/context:python )
23
+ [ ![ Total alerts] ( https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/bashtage/arch/alerts/ )
24
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210 )] ( https://www.codacy.com/app/bashtage/arch?utm_source=github.com& ; utm_medium=referral& ; utm_content=bashtage/arch& ; utm_campaign=Badge_Grade )
25
+ [ ![ codebeat badge] ( https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532 )] ( https://codebeat.co/projects/github-com-bashtage-arch-master )
10
26
11
- Autoregressive Conditional Heteroskedasticity (ARCH) and other tools for
12
- financial econometrics, written in Python (with Cython and/or Numba used
13
- to improve performance)
27
+ ###### Citation
28
+ [ ![ DOI] ( https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg )] ( http://dx.doi.org/10.5281/zenodo.15681 )
14
29
15
30
## Module Contents
16
31
Original file line number Diff line number Diff line change 1
1
|Documentation Status | |Travis Build Status | |Appveyor Build Status |
2
- |Coverage Status | |codecov | |Code Health | |DOI |
2
+ |Coverage Status | |codecov | |Total alerts | |Codacy Badge | |codebeat
3
+ badge | |DOI |
3
4
4
5
ARCH
5
6
====
@@ -250,7 +251,11 @@ be skipped using the flag ``--no-binary``
250
251
:target: https://coveralls.io/r/bashtage/arch?branch=master
251
252
.. |codecov | image :: https://codecov.io/gh/bashtage/arch/branch/master/graph/badge.svg
252
253
:target: https://codecov.io/gh/bashtage/arch
253
- .. |Code Health | image :: https://landscape.io/github/bashtage/arch/master/landscape.svg?style=flat
254
- :target: https://landscape.io/github/bashtage/arch/master
254
+ .. |Total alerts | image :: https://img.shields.io/lgtm/alerts/g/bashtage/arch.svg?logo=lgtm&logoWidth=18
255
+ :target: https://lgtm.com/projects/g/bashtage/arch/alerts/
256
+ .. |Codacy Badge | image :: https://api.codacy.com/project/badge/Grade/cea43b588e0f4f2a9d8ba37cf63f8210
257
+ :target: https://www.codacy.com/app/bashtage/arch?utm_source=github.com&utm_medium=referral&utm_content=bashtage/arch&utm_campaign=Badge_Grade
258
+ .. |codebeat badge | image :: https://codebeat.co/badges/18a78c15-d74b-4820-b56d-72f7e4087532
259
+ :target: https://codebeat.co/projects/github-com-bashtage-arch-master
255
260
.. |DOI | image :: https://zenodo.org/badge/doi/10.5281/zenodo.15681.svg
256
261
:target: http://dx.doi.org/10.5281/zenodo.15681
You can’t perform that action at this time.
0 commit comments