-
Updated
Oct 2, 2020 - Python
mixture-modeling
Here are 4 public repositories matching this topic...
-
Updated
Jul 29, 2019 - MATLAB
-
Updated
Apr 5, 2017 - R
Improve this page
Add a description, image, and links to the mixture-modeling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mixture-modeling topic, visit your repo's landing page and select "manage topics."
To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.
On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .
Anyway, this code is what I look for. Thank you so much to share your code!