You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
7
7
-[alpha-stable distribution](https://en.wikipedia.org/wiki/Stable_distribution) (`rand` and `fit`)
8
8
-[alpha sub-Gaussian distribution with memory](https://arl.nus.edu.sg/twiki6/pub/ARL/BibEntries/SigProc2016RandomVariate.pdf) (`rand`)
9
9
10
10
## Installation
11
11
```julia
12
-
using Pkg; pkg"add https://github.com/baggepinnen/AlphaStableDistributions.jl"
12
+
using Pkg; pkg"add https://github.com/org-arl/AlphaStableDistributions.jl"
0 commit comments