A Python implementation of Slash Distribution
Project description
Slash Distribution
A custom Python implementation of the Slash Distribution.
Installation
pip install slash-distribution
## Usage
from slash_distribution import SlashDistribution
dist = SlashDistribution(mu=0, sigma=1)
print(dist.pdf(1))
print(dist.mean())
samples = dist.rvs(size=5)
print(samples)
dist.plot_pdf()
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
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 slash_distribution-0.1.0.tar.gz.
File metadata
- Download URL: slash_distribution-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ebcc406c9637b19ea06d32fbee88ce5c766c21914f59f871b350eec264dd740
|
|
| MD5 |
d9b340573cd9ad85503d79f417578c4d
|
|
| BLAKE2b-256 |
b83bcda8181c8d372b2ed374e0c7e562dd145dce4f5586457f8c5c1997603f29
|
File details
Details for the file slash_distribution-0.1.0-py3-none-any.whl.
File metadata
- Download URL: slash_distribution-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
734bd1befd83eeed4e9ad07a456e3446bf11302b7722c6c724e7c89658ef2adb
|
|
| MD5 |
073eff1ee553c6029108649b7361c8d8
|
|
| BLAKE2b-256 |
46eb0cd1a14ce7cbfc416720ac0e7e684e3e3da88c79fef10b3f85c4549bf807
|