Skip to content

Commit

Permalink
Update sparse-kde.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Goscinski <alex.goscinski@posteo.de>
  • Loading branch information
GardevoirX and agoscinski authored Sep 19, 2024
1 parent 0bc1715 commit a4aea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/neighbors/sparse-kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def rij(period: np.ndarray, xi: np.ndarray, xj: np.ndarray) -> np.ndarray:
print(f"RMSE_kde = {RMSE_kde:.2e}")

# %%
# We can see that the fitted model can perfectly capture the original one. Eventhough we
# We can see that the fitted model can perfectly capture the original one. Even though we
# have not specified the number of the Gaussians, it can still perform well. This
# allows us to fit distributions of the data automatically at a comparable quality
# within a much shorter time than scipy.

0 comments on commit a4aea47

Please sign in to comment.