We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10447a0 commit 6306769Copy full SHA for 6306769
README.md
@@ -1,14 +1,16 @@
1
# pylevy
2
3
-Levy distributions for Python
+## Levy distributions for Python
4
======
5
6
To install, type:
7
8
python setup.py install
9
10
-See source code of levy.py for usage. (Yes, I am lazy.)
+See source code of levy.py for usage.
11
+
12
+The package allows to sample random Levy numbers, fit them, and compute the Levy distribution.
13
14
15
This software is distributed under the GPL, see the file LICENSE.
-It was written by Paul Harrison.
16
+It was written by Paul Harrison and José Maria Miotto.
0 commit comments