update Gaussian + GMM/GMR

This commit is contained in:
Brian Delhaisse
2019-11-13 20:10:06 +01:00
parent bc059da3cb
commit 8464300325
4 changed files with 110 additions and 21 deletions
+1 -1
View File
@@ -81,4 +81,4 @@ plt.fill_between(time_linspace, means - 2 * std_devs, means + 2 * std_devs, face
plt.fill_between(time_linspace, means - std_devs, means + std_devs, facecolor='green', alpha=0.5)
plt.title('GMR')
plt.scatter(X[:, 0], X[:, 1])
plt.show()
plt.show()