Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install ambhas

How to install ambhas

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install ambhas
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.3.1
0.4.0Never BuiltWhy not?
0.3.1 Available View build log
0.2.0 Failed View build log
0.1.1 Failed View build log
Windows (64-bit)
0.3.1
0.4.0Never BuiltWhy not?
0.3.1 Available View build log
0.2.0 Failed View build log
0.1.1 Failed View build log
Mac OS X (10.5+)
0.4.0 Available View build log
0.3.1 Available View build log
0.2.0 Failed View build log
0.1.1 Failed View build log
Linux (32-bit)
0.4.0 Available View build log
0.3.1 Available View build log
0.2.0 Failed View build log
0.1.1 Failed View build log
Linux (64-bit)
0.4.0 Available View build log
0.3.1 Available View build log
0.2.0 Failed View build log
0.1.1 Failed View build log
 
Dependencies
Imports
Lastest release
version 0.4.0 on Jun 1st, 2013

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)

For using the copula, import copula:

import numpy as np
from ambhas.copula import Copula

Generate some random numbers:

x = np.random.normal(size=100)
y = np.random.normal(size=100)

Generate an instance of class copula:

foo = Copula(x, y, 'frank')

Now, generate some ensemble using this instance:

u,v = foo.generate(100)

Author

Sat Kumar Tomer satkumartomer at gmail dot com

Changes

0.1.0 * Initial version

0.1.1 * Minor corrections in setup.py files

0.2.0 * few packages added

0.3.0 * groundwater, sun_rise_set, soil texture module, etc. added

0.3.1 * manifest.in file edited

0.3.2 extract_gis_data, richards, risat added

License

Please read LICENSE.text available with the library.

Subscribe to package updates

Last updated Jun 1st, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.