Calculates all standard deviations from the mean within a dataset's range.
Project description
Plot Standard Deviation is a library with currently one function: To return all standard deviations from the mean within the range of the dataset.
This library contains one function:
getStandardDeviations(data) This function takes a column of a pandas DataFrame and returns a list of all standard deviations from the mean within the dataset’s range.
Note: If you want to plot lines using the given standard deviations, use a for loop to iterate over all the items in the function’s returned list and use matplotlib.pyplot’s axvline() for vertical or axline() for horizontal to plot the lines.
Change Log
0.0.1 (12/7/2024)
First Release
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
File details
Details for the file plotstandarddeviation-0.0.1.tar.gz.
File metadata
- Download URL: plotstandarddeviation-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd8959fdf84220fd41d70178b6b99c62f9647dd63d090390dde9d1e972c4ff98
|
|
| MD5 |
24222904dd17abc78bbc5f7228a4ad9f
|
|
| BLAKE2b-256 |
e538e2876d39153a94345a7b0977b5c52a95a148d41c2e660018c2bd36fa418e
|