Skip to main content

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

This version

0.6

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 hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page