pbrod / pymef

A Python library to create, process and manage mixtures of exponential families

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pymef

pymef_img tests_img docs_img health_img coverage_img versions_img

pymef is a suite of tools written in Python to solve

Description

Documentation and code

Bleeding edge: https://github.com/pbrod/pymef.

Official releases available at: http://pypi.python.org/pypi/pymef.

Installation

If you have pip installed, then simply type:

$ pip install pymef

to get the lastest stable version. Using pip also has the advantage that all requirements are automatically installed.

Unit tests

To test if the toolbox is working paste the following in an interactive python session:

import pymef as mef
mef.test(coverage=True, doctests=True)

Acknowledgement

The pymef package for Python was written by

Getting Started

Note

This project has been set up using PyScaffold 2.4.4. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.

About

A Python library to create, process and manage mixtures of exponential families

License:Other


Languages

Language:Python 100.0%