Metadata-Version: 1.1
Name: mofa
Version: 0.0.1
Summary: 
Mixture of factor analyzers.


Home-page: https://github.com/dfm/mofa
Author: Ross Fadely, David W. Hogg & Dan Foreman-Mackey
Author-email: UNKNOWN
License: MIT
Description: Mixtures of Factor Analyzers
        ============================
        
        Authors
        -------
        
        - Ross Fadely (NYU)
        - David W. Hogg (NYU)
        - Dan Foreman-Mackey (NYU)
        
        Contributors
        ------------
        
        - Rob Fergus (NYU)
        - Dilip Krishnan (NYU)
        
        License
        -------
        
        Copyright 2012 the authors.
        
        **mofa** is free software licensed under the *MIT License*.  For
        details, see the
        `LICENSE file <https://raw.github.com/rossfadely/mofa/master/LICENSE.rst>`_.
        
        Install
        -------
        
        ::
        
            pip install mofa
        
        Examples
        --------
        
        Coming soon.
        
        Setting up a Virtual Environment
        --------------------------------
        
        Set up the virtual environment:
        
        ::
        
            virtualenv venv --distribute
        
        This makes a folder ``venv``.  
        
        Construct requirements.txt (see example).
        
        To jump into the virtual environment:
        
        ::
        
            . venv/bin/activate
        
        For your first session in the environment, you'll need to install your dependencies:
        
        ::
        
            pip install -r requirements.txt
        
        To exit the environment:
        
        ::
        
            deactivate
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
