Graph Analysis and Visualization ToolKit
Project description
GAVTK - Graph Analysis & Visualization ToolKit
GAVTK is an Open Source python library for financial data / graphs Analysis and thier Visualization
Files
- Generaldistribution.py - General Boiler Plate Class File for distributions (includes Parent Class)
- Binomialdistribution.py - Binomial Distributions Class File (includes all the methods used for Binomially distributed data)
- Gaussiandistribution.py - Gaussian Distributions Class Files (includes all the methods used for Normally distributed data)
- init.py - Helper File for name conversion
Requirements
- python >= "3.6"
- tkinter >= "8.6"
- matplotlib >= "3.2.1"
Installation
- Create Virtual Environment
- Install all the required Files first using pip
- Install GAVTK using pip
pip3 install gavtk
Try It Out
- SAMPLE
>>> from gavtk import Gaussian, Binomial
>>> g1 = Gaussian(10, 7)
>>> g1.mean
10
>>> g1.stdev
7
>>> g1
mean 10, standard deviation 7
>>> b1 = Binomial(.4, 25)
>>> b1
mean 10.0, standard deviation 2.449489742783178, p 0.4, n 25
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
gavtk-0.6-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file gavtk-0.6-py3-none-any.whl
.
File metadata
- Download URL: gavtk-0.6-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c02ee58ae462d0908ddb392422004bd7ac6ea18ec3c9aa7737d4d3bde2c002fa |
|
MD5 | 964b235713574512ecd9b7c52cbe4f71 |
|
BLAKE2b-256 | 9f264a9e74d4529c0b541e21efbaf0f461a4b77092a6f0b75d390bd2925c1a16 |