Skip to content

Commit

Permalink
Add badges in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 12, 2017
1 parent 6549196 commit 961654a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Multivariate Moments

| **PackageEvaluator** | **Build Status** |
|:--------------------:|:----------------:|
| [![][pkg-0.6-img]][pkg-0.6-url] | [![Build Status][build-img]][build-url] |
| [![][pkg-0.7-img]][pkg-0.7-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] |

Extension of [MultivariatePolynomials](https://github.com/blegat/MultivariatePolynomials.jl) to moments of multivariate measures and their scalar product with polynomials.
It also includes the extraction of atomic measures from moment matrices which is related to the [moment problem](https://en.wikipedia.org/wiki/Moment_problem).

[pkg-0.6-img]: http://pkg.julialang.org/badges/MultivariateMoments_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=MultivariateMoments
[pkg-0.7-img]: http://pkg.julialang.org/badges/MultivariateMoments_0.7.svg
[pkg-0.7-url]: http://pkg.julialang.org/?pkg=MultivariateMoments

[build-img]: https://travis-ci.org/blegat/MultivariateMoments.jl.svg?branch=master
[build-url]: https://travis-ci.org/blegat/MultivariateMoments.jl
[coveralls-img]: https://coveralls.io/repos/github/blegat/MultivariateMoments.jl/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/blegat/MultivariateMoments.jl?branch=master
[codecov-img]: http://codecov.io/github/blegat/MultivariateMoments.jl/coverage.svg?branch=master
[codecov-url]: http://codecov.io/github/blegat/MultivariateMoments.jl?branch=master

0 comments on commit 961654a

Please sign in to comment.