Prob.GaussianMixture#
GaussianMixture.py
Copyright (c) 2020, SAXS Team, KEK-PF
- debug_plot_gmm(x, y, sy, gmm, gmm2=None, num_presision=100)#
- gaussian_pdf(x, m, s, scale=1)#
- get_curves(gmm, x)#
- get_sorted_params(gmm)#
- gm_curve(x_length=300, params=[(100, 30, 1), (200, 20, 0.5)], ret_detail=False)#
- hist_to_source(x, y, num_presision=100)#