Metadata-Version: 2.1
Name: py-latent-profiles
Version: 0.4
Summary: A package for running gaussian mixture models and latent profile analyses in Python
Home-page: https://github.com/johanna-einsiedler/PyGMM
Author: Johanna Einsiedler
Author-email: johanna.einsiedler@sodas.ku.dk
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tqdm

# PyLPA

This is a Python package that can be used to run Gaussian mixture models with different constraints on means, variances and covariances. 
It can thus be used to run latent profile analysis, including multiple group analysis.

--------------------------------------------------------------------------------------
Copyright (C) 2023  Johanna Einsiedler

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program 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.
