https://github.com/dfm/markovpy
Superseded by emcee
https://github.com/dfm/markovpy
Last synced: about 1 year ago
JSON representation
Superseded by emcee
- Host: GitHub
- URL: https://github.com/dfm/markovpy
- Owner: dfm
- License: gpl-2.0
- Created: 2010-08-23T21:02:26.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:23:59.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T10:21:36.353Z (about 1 year ago)
- Language: Python
- Homepage: https://github.com/dfm/emcee
- Size: 120 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#MarkovPy
##AUTHOR
Daniel Foreman-Mackey - danfm at nyu dot edu
If you find this code useful in your research, please let me know and
consider citing this package. Thanks!
##INTRODUCTION
MarkovPy is an extensible, pure-Python implementation of Markov chain
Monte Carlo (MCMC) curve fitting. The calling syntax is designed to be
like scipy.optimize so that it can (almost) be a drop in replacement.
There are currently no plans to port the included ensemble sampler to
PyMC or any other platforms but such ports would (of course) be welcomed.
##INSTALLATION
Navigate to this directory and run
`% python setup.py install`
on the command line to install a module called markovpy in the default
Python path.
##DEPENDENCIES
This package requires [NumPy](http://numpy.scipy.org/) and it has been
tested on Python 2.6.5.
##USAGE
[Quickstart](https://github.com/dfm/MarkovPy/wiki/Quickstart)
See the [wiki](http://github.com/dfm/MarkovPy/wiki) for information tutorials, documentation and sample code.
##LICENSE
MarkovPy is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
MarkovPy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with MarkovPy. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).