Simple DICOM tag editor built with wxPython and pydicom
Project description
A library of prediction and statistical process control tools. Although based on work in DVH Analytics, all tools in this library are generic and not specific to radiation oncology. See our documentation for advanced uses.
What does it do?
Read data from CSV, supply as numpy array or dict
- Basic plotting
Simple one-variable plots from data
Control Charts (Univariate, Multivariate, & Risk-Adjusted)
Heat Maps (correlations, PCA, etc.)
Perform Box-Cox transformations
Calculate Correlation matrices
Perform Multi-Variable Linear Regressions
Perform Principal Component Analysis (PCA)
Other information
Free software: MIT license
Documentation: Read the docs
Tested on Python 3.6, 3.7, 3.8
Dependencies
Basic Usage
from dvhastats.ui import DVHAStats
s = DVHAStats("your_data.csv") # use s = DVHAStats() for test data
>>> s.var_names
['V1', 'V2', 'V3', 'V4', 'V5', 'V6']
>>> s.show('V1') # or s.show(0), can provide index or var_name
Multivariate Control Chart (w/ non-normal data)
ht2_bc = s.hotelling_t2(box_cox=True)
>>> ht2_bc.show()
Principal Component Analysis (PCA)
pca = s.pca()
>>> pca.show()
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
File details
Details for the file dvha-stats-0.2.2.tar.gz
.
File metadata
- Download URL: dvha-stats-0.2.2.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b897f8a01351dc62589f0103cf8651b1ee476654579e4751d8a8315e24a8fef |
|
MD5 | e85923658bacb52e15f8cef10aba4e2d |
|
BLAKE2b-256 | 7b5ae8468fa5469aad16a22f43e4f4f762cec9eed4227447e54b2017864bdfdd |
File details
Details for the file dvha_stats-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: dvha_stats-0.2.2-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8532de3e7e3ffba3b5bd3cbc9c2649fe7c4137f39834cbf9182067f15e48bd5 |
|
MD5 | b52cd4429590d0688f8f88d93feb9241 |
|
BLAKE2b-256 | c4906b8a1e61a2bd121ca95d6a34bb453db6741a6df9eea4f87620748fc77418 |