Skip to content

joshuadavidwood/pyaug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyAug

PyAug is a library developed to augment Pandas DataFrames using statistical distributions. Currently, PyAug supports linear, normal, logistic and Laplace statistical distributions. An interactive web-application has been developed using the PyAug framework and is available at www.pyaug.com.

Contact Details

pyaugment@gmail.com

Installation

You can install, upgrade, uninstall PyAug using these commands:

  1. $ sudo pip install pyaug
  2. $ sudo pip install --upgrade pyaug
  3. $ sudo pip uninstall pyaug

Statistical Distributions

  1. Linear (PyAugLinear)
  2. Normal (PyAugNormal)
  3. Logistic (PyAugLogistic)
  4. Laplace (PyAugLaplace)

Frequently Asked Questions

Work in progress.

Troubleshooting

Work in progress.

About

A Python script to augment Pandas DataFrames using statistical models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published