Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 674 Bytes

README.rst

File metadata and controls

44 lines (28 loc) · 674 Bytes

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.

Install

pip install mofa

If you don't want to use pip, build the extension in-place:

python setup.py build_ext --inplace

Examples

Coming soon.

Notes on setting up virtualenv