We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588ed38 commit 8fd1cffCopy full SHA for 8fd1cff
README.md
@@ -1,4 +1,4 @@
1
-# Sequential Poisson sampling with Python <a href="https://marberts.github.io/pysps/"><img src="docs/logo.png" align="right" height="139" alt="pysps website" /></a>
+# Sequential Poisson sampling <a href="https://marberts.github.io/pysps/"><img src="docs/logo.png" align="right" height="139" alt="pysps website" /></a>
2
3
[](https://github.com/marberts/pysps/actions/workflows/ci-tests.yml)
4
pysps/inclusion_prob.py
@@ -101,6 +101,7 @@ class InclusionProb:
101
Examples
102
--------
103
```{python}
104
+ import numpy as np
105
import pysps
106
107
x = [0, 1, 2, 3, 4, 5]
0 commit comments