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.3.tar.gz
(4.6 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.3.tar.gz.
File metadata
- Download URL: betabernsum-0.1.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d922c89fe594e182c182c6923061b2680d979e1bf3384e4ad1e80003e60c0dea
|
|
| MD5 |
1c0d02f3f404a0db188a47581a13b433
|
|
| BLAKE2b-256 |
d0612813f0b149b84b551b240f47ce6ac0c8d6bf849f50ff8a9f88d7046458d9
|
File details
Details for the file betabernsum-0.1.3-py3-none-any.whl.
File metadata
- Download URL: betabernsum-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31f7f60602058c84eeba3b43bcb5cb33d402542799b59f6a3ea4b5105c560104
|
|
| MD5 |
4d01607c135f251459bd30095e517e18
|
|
| BLAKE2b-256 |
ee4b166b197c1cdea31a7de1d8f17370fe7d2ffc90094804e8dbafdfa7ddd831
|