You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed the first mixture has a higher density mass. I think this is due to the line: thetas = np.linspace(0, 2 * np.pi, n_mixture) which includes that location twice (once 0 and once 2pi)
Probably that was not intended.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed the first mixture has a higher density mass. I think this is due to the line:
thetas = np.linspace(0, 2 * np.pi, n_mixture)
which includes that location twice (once 0 and once 2pi)Probably that was not intended.
The text was updated successfully, but these errors were encountered: