A library to use R style probability distribution functions in Python
Project description
rprob
rprob is a Python package that provides a R style collection of functions for generating random numbers, computing densities, distribution functions, quantile functions, and more for various statistical distributions.
Installation
To install rprob, you can use pip:
pip install rprob
Usage
Here's an example of how to use rprob to generate random numbers from a normal distribution:
from rprob import rnorm
random_numbers = rnorm(100)
print(random_numbers)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 rprob-1.0.3.tar.gz.
File metadata
- Download URL: rprob-1.0.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
779ca76b72692a1a8c364c0c33445bf16565453be0165057afb7bdb20fbd8656
|
|
| MD5 |
007ce6e1dd9fb4e693696786212e550f
|
|
| BLAKE2b-256 |
8bdc470010420e31067931b498db183fd37bc766f519683e6fde6a2d1a026880
|
File details
Details for the file rprob-1.0.3-py3-none-any.whl.
File metadata
- Download URL: rprob-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59017633ea59cc6f391c6d4978d578212ab5b5825d2f59a3021085ec938718f2
|
|
| MD5 |
a6a5c77d83ac150ffc8515bf9fba1f46
|
|
| BLAKE2b-256 |
91d3810dafc949b5d86f38f9c6b06ac9a1df0a94269609382ed5233a62c90910
|