Metadata-Version: 2.1
Name: dynmix
Version: 1.0.0
Summary: Dynamix Membership Mixture Models
Home-page: https://github.com/vsartor/dynmix
Author: Victhor S. Sartório
Author-email: victhor@dme.ufrj.br
License: UNKNOWN
Description: # ![dynMix](dynmix.png)
        
        This is a Python package focused on clustering and mixture models and is being developed as part of my master's dissertation. The objective is to include various routines for dealing with clustering time-series data, including a dynamic clustering option, which is being proposed in my dissertation.
        
        It is currently undergoing development with a lot of changes and may contain errors. However, at your own risk, you may install and use the software through PyPi:
        ```pip install dynmix```
        
        The project is subject to the terms of the Mozilla Public License, v. 2.0. See the LICENSE file in the root of the repository for further details.
        
        ###### Copyright &copy; Victhor S. Sartório. All rights reserved.
        
Keywords: mixture model bayesian statistics dynamic
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
