Skip to content

Commit 451ee92

Browse files
committed
update urls
1 parent c6aaf44 commit 451ee92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# AlphaStableDistributions
22

3-
[![Build Status](https://travis-ci.org/baggepinnen/AlphaStableDistributions.jl.svg?branch=master)](https://travis-ci.org/baggepinnen/AlphaStableDistributions.jl)
4-
[![Codecov](https://codecov.io/gh/baggepinnen/AlphaStableDistributions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/baggepinnen/AlphaStableDistributions.jl)
3+
[![Build Status](https://travis-ci.org/org-arl/AlphaStableDistributions.jl.svg?branch=master)](https://travis-ci.org/org-arl/AlphaStableDistributions.jl)
4+
[![Codecov](https://codecov.io/gh/org-arl/AlphaStableDistributions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/org-arl/AlphaStableDistributions.jl)
55

66
This library is a port of functionality from [arlpy](https://github.com/org-arl/arlpy/blob/master/arlpy/stable.py). The two distributions supported are
77
- [alpha-stable distribution](https://en.wikipedia.org/wiki/Stable_distribution) (`rand` and `fit`)
88
- [alpha sub-Gaussian distribution with memory](https://arl.nus.edu.sg/twiki6/pub/ARL/BibEntries/SigProc2016RandomVariate.pdf) (`rand`)
99

1010
## Installation
1111
```julia
12-
using Pkg; pkg"add https://github.com/baggepinnen/AlphaStableDistributions.jl"
12+
using Pkg; pkg"add https://github.com/org-arl/AlphaStableDistributions.jl"
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)