Skip to main content

Crypto Analytic Tool with adjunct tools for dealing with statistical Binomial and Gaussian distribution data

Project description

Statistical Distribution Package

Smart-dist is a package for Crypto Analytics as well as adjunct tools that deal with statistical Binomial and Gaussian distribution data



Crypto Chart
473D53FD-6C4D-4A46-89D6-B810F8015DB2 75270875-19BA-405E-81B5-E5B9B66DB100
Gaussian Distribution Probability Density Function Binomial Distribution
gauss_dist prob_dist bino_dist
Package Released Version Downloads Installation Analysis Details
smart-dist pip install -U smart_dist smart-dist Analysis

Crypto Analysis

  • To install the smart-dist project, run this command in your terminal:
$ pip install smart_dist
  • Import the crypto class from the Coinanalysis module, for visualizing crypto data
>>> from smart_dist.Coinanalysis import crypto
  • Initialize a variable to work with the crypto object
>>> coin = crypto()
Crypto Working Space Activated...
  • Checking for Documentation
>>> help(coin)
  • Examples of Valid use
  >>>  coin.get_crypto_visuals("ETH")

  >>>  coin.get_crypto_visuals("ETH", MA=True)

  >>>  coin.get_crypto_visuals("ETH", period="5d", interval="15m",MA=True, days=[5, 20], save_fig=True)

  >>>  coin.get_crypto_visuals("BTC", period="3d", interval="15m", boll=True, boll_sma=26, save_fig=True, img_format='jpeg')
Resulting Crypto Chart
473D53FD-6C4D-4A46-89D6-B810F8015DB2 75270875-19BA-405E-81B5-E5B9B66DB100

Credit:

Statistical Distribution package highly influenced by work from Udacity.
Udacity's AWS ML SCHOLARSHIP

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smart_dist-1.0.3.tar.gz (9.8 kB view hashes)

Uploaded Source

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