Metadata-Version: 1.1
Name: fem
Version: 0.0.94
Summary: Free Energy Minimization
Home-page: http://nihcompmed.github.io/fem
Author: Joseph P. McKenna
Author-email: joepatmckenna@gmail.com
License: MIT
Download-URL: https://pypi.org/project/fem
Description: Free Energy Minimization
        ========================
        
        Quick Start
        -----------
        
        Interactive notebook
        ~~~~~~~~~~~~~~~~~~~~
        
        Launch an interactive Jupyter notebook using Binder to run and edit the examples in the documentation:
        
        .. image:: https://mybinder.org/badge.svg
           :target: https://mybinder.org/v2/gh/nihcompmed/fem/master?filepath=doc%2Fnotebooks
        
        Installation
        ~~~~~~~~~~~~
        
        - To install ``fem`` on your computer using ``pip``, execute
        
          .. code-block:: sh
        
             pip install fem
        
          Dependencies:
        
          - Fortran compiler such as gfortran
          - LAPACK development files
          - OpenMP development files (for parallel computing support)
        
        
        - Load ``fem`` in your Python script:
        
          .. code-block:: python
        
             import fem
        
        
        Links
        -----
        
        Online documentation:
            http://nihcompmed.github.io/fem
        
        Source code repository:
            https://github.com/nihcompmed/fem
        
        Python package index:
            https://pypi.python.org/pypi/fem
        
Keywords: inference,statistics,machine learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
