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 | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file ambhas-0.0.0.tar.gz
.
File metadata
- Download URL: ambhas-0.0.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1805ca9a89f7e82dda56951ab9baa238543ac84841816044caa75841cd3f2687
|
|
MD5 |
193e30fee418f1e24b3ba5bcf4fc206f
|
|
BLAKE2b-256 |
120ac9257f5eab470d6585a92b6e44588b3140afc470e959917d5de6e9239547
|
File details
Details for the file ambhas-0.0.0.linux-x86_64.tar.gz
.
File metadata
- Download URL: ambhas-0.0.0.linux-x86_64.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e1550fcd7ab84cc02a16c680d68eb9dadc7d3a4224480357c38585c598bc61d
|
|
MD5 |
385fe861644ea3a52272a3b996ea2cc0
|
|
BLAKE2b-256 |
861d766af05cc3a3be97807e53d33bdaf7f1ad4aa47e5a4e114473b352bdfbcf
|
File details
Details for the file ambhas-0.0.0.linux-x86_64.exe
.
File metadata
- Download URL: ambhas-0.0.0.linux-x86_64.exe
- Upload date:
- Size: 72.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f7d7e1e2375bf8958569e07115c25da779db38560d98e1d2dfdef8034125e080
|
|
MD5 |
c03ad7030a30e5f2447a02fc0888b3ec
|
|
BLAKE2b-256 |
aa32939998b43f0a8c22ed4b1d792698c540bded3a31ed538b465613b19afb11
|