A library to estimate various error indices
Project description
==================================================
This library is now part of the ambhas
(http://pypi.python.org/pypi/ambhas/) library.
Updates will only be made in the ambhas library.
==================================================
============
errlib
============
This is a package/library in python to estimate various error indices.
This is being developed under the project `AMBHAS <http://www.ambhas.com/>`_.
Installing errlib
======================
Installing errlib can be done by downloading source file (errlib--<version>.tar.gz),
and after unpacking issuing the command::
python setup.py install
This requires the usual Distutils options available.
Or, download the errlib--<version>.tar.gz file and issue the command::
pip install /path/to/errlib--<version>.tar.gz
Or, directly using the pip::
pip install errlib
Usage
=========
Import required modules::
import numpy as np
from errlib.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.
This library is now part of the ambhas
(http://pypi.python.org/pypi/ambhas/) library.
Updates will only be made in the ambhas library.
==================================================
============
errlib
============
This is a package/library in python to estimate various error indices.
This is being developed under the project `AMBHAS <http://www.ambhas.com/>`_.
Installing errlib
======================
Installing errlib can be done by downloading source file (errlib--<version>.tar.gz),
and after unpacking issuing the command::
python setup.py install
This requires the usual Distutils options available.
Or, download the errlib--<version>.tar.gz file and issue the command::
pip install /path/to/errlib--<version>.tar.gz
Or, directly using the pip::
pip install errlib
Usage
=========
Import required modules::
import numpy as np
from errlib.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
errlib-0.0.0.tar.gz
(11.6 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
errlib-0.0.0.linux-x86_64.exe
(65.7 kB
view details)
File details
Details for the file errlib-0.0.0.tar.gz.
File metadata
- Download URL: errlib-0.0.0.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f7c054df7657be9dd594d22da20e12766a6c57cd394918442b76f0c3a3eac12
|
|
| MD5 |
25dfcd53199b6d70e520803bb1d3c6d8
|
|
| BLAKE2b-256 |
3d28fbd0bfe2127085a64231f878a031b6c176ba8391950c59e103e62896caa8
|
File details
Details for the file errlib-0.0.0.linux-x86_64.tar.gz.
File metadata
- Download URL: errlib-0.0.0.linux-x86_64.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42cc1fdb6610b77339dab7406a0c449040f3c591f649e2b8dcb3b53f74967188
|
|
| MD5 |
1eea9a3677406095cf6a1065a8a2d728
|
|
| BLAKE2b-256 |
8768e2b500edd42f0ca17b5d188c41aade6cc17d11f92173632b85965e5575e9
|
File details
Details for the file errlib-0.0.0.linux-x86_64.exe.
File metadata
- Download URL: errlib-0.0.0.linux-x86_64.exe
- Upload date:
- Size: 65.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
132a8cd9b61c10fb67a2dae354c7ff657f33a8a10a9fd3f5214fbe93a05fdc08
|
|
| MD5 |
473d03309f5dd06e987ba84c0257b840
|
|
| BLAKE2b-256 |
7836e3b50c40dc56d67ed64e0454e415b39bee460c9157786f29c645defabfc3
|