bsfit.nodes.cirpy.viz.plot_von_mises_mixture¶
- bsfit.nodes.cirpy.viz.plot_von_mises_mixture(v_x: numpy.ndarray, v_u: numpy.ndarray, v_k: float)[source]¶
plot mixture of von Mises
- Parameters
v_x (np.ndarray) – support space (degree)
v_u (np.ndarray) – von mises’ mean (degree)
v_k (float) – von mises concentration (a.u.)
- Usage:
prior = plot_von_mises_mixture( v_x = np.arange(0,360,1), v_u = np.array([90, 180, 270, 360]), v_k = [v_k], 0.25 )