Skip to main content

A library devloped under the project AMBHAS

Project description

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

License

Please read LICENSE.text available with the library. Download ========

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ambhas-0.3.1.tar.gz (27.1 kB view details)

Uploaded Source

Built Distribution

ambhas-0.3.1-py2.7.egg (46.9 kB view details)

Uploaded Egg

File details

Details for the file ambhas-0.3.1.tar.gz.

File metadata

  • Download URL: ambhas-0.3.1.tar.gz
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ambhas-0.3.1.tar.gz
Algorithm Hash digest
SHA256 8c269a5ed791cc57c89d1a7c04f2609f5246813d7c91353d3868ebee97cf18f9
MD5 a5854dd3ff32e5dcc557fe1d94e1cdfe
BLAKE2b-256 aeaaa56e985db77f7f95856227cfdc9a5fa84c8cbf93386d526e158ca8baa72f

See more details on using hashes here.

File details

Details for the file ambhas-0.3.1-py2.7.egg.

File metadata

  • Download URL: ambhas-0.3.1-py2.7.egg
  • Upload date:
  • Size: 46.9 kB
  • Tags: Egg
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ambhas-0.3.1-py2.7.egg
Algorithm Hash digest
SHA256 53063fb785312177e3ac7bf10b9b2e8fa933fcc4f6a9b69fc500300b65401352
MD5 af118b87efedffdea450c7a62d4398a2
BLAKE2b-256 f4902b360091b2ebd88b979f923887e054a782c12bbabca35fe62d988164735b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page