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
Copy file name to clipboardExpand all lines: paper/paper.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -142,15 +142,15 @@ and kernel methods [@Reininghaus2015].
142
142
The \texttt{teaspoon} package is focused on applications of TDA to time series with an emphasis on ease of usability in a Python environment.
143
143
Optimization of the computation of persistence itself has been well studied by others and excellent code already exists for this aspect of the pipeline [@Otter2017].
144
144
Where applicable, \texttt{teaspoon} uses these packages, particularly for persistent homology computations.
145
-
Existing pacakges include
145
+
Existing packages include
146
146
Ripser [@Bauer2021],
147
147
GUDHI [@Boissonnat2016],
148
148
giotto-tda [@Tauzin2020],
149
149
dionysus2 [@Morozov2019],
150
150
scikit-tda [@Saul2019],
151
151
R-TDA [@Fasy2014],
152
152
and the Topology Toolkit (TTK) [@BinMasood2019].
153
-
However, persistence in these pacakges is often provided in a very general context.
153
+
However, persistence in these packages is often provided in a very general context.
154
154
So, \texttt{teaspoon} fills the gap by providing tailored, well-documented tools for time series that can be used with a lower barrier to entry.
155
155
This is not covered in other packages, which are meant for broad applicability without specialization.
0 commit comments