A library devloped under the project AMBHAS
Project description
This is a package/library in python developed under the project AMBHAS. This has various module like: copula, errlib etc.
Installing ambhas
Installing ambhas can be done by downloading source file (ambhas–<version>.tar.gz), and after unpacking issuing the command:
python setup.py install
This requires the usual Distutils options available.
Or, download the ambhas–<version>.tar.gz file and issue the command:
pip install /path/to/ambhas--<version>.tar.gz
Or, directly using the pip:
pip install ambhas
Usage
Import required modules:
import numpy as np from ambhas.errlib import rmse, correlation
Generate some random numbers:
x = np.random.normal(size=100) y = np.random.normal(size=100) rmse(x,y) correlation(x,y)
Changelog
0.0.0 (July 2011)
- Initial release
Any questions/comments
If you have any comment/suggestion/question, please feel free to write me at satkumartomer@gmail.com
So far, the documents are not well explained, I will be updating them soon.
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size ambhas-0.0.1.linux-x86_64.exe (78.5 kB) | File type Windows Installer | Python version any | Upload date | Hashes View hashes |
Filename, size ambhas-0.0.1.linux-x86_64.tar.gz (27.3 kB) | File type Dumb Binary | Python version any | Upload date | Hashes View hashes |
Filename, size ambhas-0.0.1.tar.gz (21.3 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Hashes for ambhas-0.0.1.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1599ddaf48acb2ee6540da5ee7b4868a67664e484ad09cf0382ed042493a137c |
|
MD5 | 180081a3e32ac7c56ebec137a3924ebe |
|
BLAKE2-256 | c14f6cc2d761f6f3a6528ab06918b13d79fdbd9f9e222922d39b385cfdf16056 |