Sums of beta-bernoulli random variables
Project description
betabernsum
Sums of beta-bernoulli variables
Installation
For Python:
pip3 install betabernsum
or
pip3 install --user betabernsum
For R:
library(devtools)
install_github("anthony-aylward/betabernsum")
Examples
In Python:
from betabernsum import bbs_pmf, bbs_cdf, bbs_test
help(bbs_pmf)
help(bbs_cdf)
help(bbs_test)
bbs_pmf(5, [30, 12], [4, 5], [6, 5], independent=False)
bbs_cdf(5, [30, 12], [4, 5], [6, 5], independent=False)
bbs_test(5, [30, 12], [4, 5], [6, 5], independent=False)
In R:
library(betabernsum)
help(dbbs)
help(pbbs)
help(bbs_test)
dbbs(5, c(30, 12), shape1 = c(4, 5), shape2 = c(6, 5), independent = FALSE)
pbbs(5, c(30, 12), shape1 = c(4, 5), shape2 = c(6, 5), independent = FALSE)
bbs_test(5, c(30, 12), shape1 = c(4, 5), shape2 = c(6, 5), independent = FALSE)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
betabernsum-0.1.2.tar.gz
(3.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file betabernsum-0.1.2.tar.gz.
File metadata
- Download URL: betabernsum-0.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
260e4d3655cf5f2518b20e997f1dcacac808ba7a360071b6c32945d501258b92
|
|
| MD5 |
9ee979a9317708a909d805c671c44ba9
|
|
| BLAKE2b-256 |
4f2485ba7135534521531602b87bad6871f877c22e127d90263392904967da1f
|
File details
Details for the file betabernsum-0.1.2-py3-none-any.whl.
File metadata
- Download URL: betabernsum-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1830d3b2fbee424e51eb8106e622a655556651fd42b6f3c9f6ec49cbe865aad6
|
|
| MD5 |
b8e608530dc5c73de84f22b6a20afdeb
|
|
| BLAKE2b-256 |
fac6648419c15f1a9bfaa80339547477a784a1c3a529a18e5a858763ba213ced
|