MCPcopy Create free account
hub / github.com/PythonOT/POT / draw_gmm

Function draw_gmm

examples/gaussian_gmm/plot_GMM_flow.py:82–84  ·  view source on GitHub ↗
(ms, Cs, ws, color=None, nstd=0.5, alpha=1)

Source from the content-addressed store, hash-verified

80
81
82def draw_gmm(ms, Cs, ws, color=None, nstd=0.5, alpha=1):
83 for k in range(ms.shape[0]):
84 draw_cov(ms[k], Cs[k], color, None, nstd, alpha * ws[k])
85
86
87axis = [-3, 3, -3, 3]

Callers 1

plot_GMM_flow.pyFile · 0.70

Calls 1

draw_covFunction · 0.70

Tested by

no test coverage detected