From c92f03e81f72a92930598e38dfd57fc7a22bba75 Mon Sep 17 00:00:00 2001 From: Alan Kaptanoglu <37751714+akaptano@users.noreply.github.com> Date: Tue, 25 Jan 2022 20:22:27 -0800 Subject: [PATCH] Fixed another type in JOSS paper --- docs/JOSS2/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/JOSS2/paper.md b/docs/JOSS2/paper.md index dbd46602..4f151b5f 100644 --- a/docs/JOSS2/paper.md +++ b/docs/JOSS2/paper.md @@ -74,7 +74,7 @@ q_1(t_m) & q_2(t_m) & \cdots & q_n(t_m) \end{bmatrix} \label{Eq:DataMatrix}. \end{eqnarray} -A matrix of derivatives in time, $\mathbf Q_t$, is defined similarly and can be numerically computed from $\mathbf{Q}$. PySINDy defaults to second order finite differences for computing derivatives, although a host of more sophisticated methods are now available, including arbitrary order finite differences, Savitzky-Galoy derivatives (i.e. polynomial-filtered derivatives), spectral derivatives with optional filters, arbitrary order spline derivatives, and total variational derivatives [@ahnert2007numerical;@chartrand2011numerical;@tibshirani2011solution]. +A matrix of derivatives in time, $\mathbf Q_t$, is defined similarly and can be numerically computed from $\mathbf{Q}$. PySINDy defaults to second order finite differences for computing derivatives, although a host of more sophisticated methods are now available, including arbitrary order finite differences, Savitzky-Golay derivatives (i.e. polynomial-filtered derivatives), spectral derivatives with optional filters, arbitrary order spline derivatives, and total variational derivatives [@ahnert2007numerical;@chartrand2011numerical;@tibshirani2011solution]. After $\mathbf Q_t$ is obtained, Eq. \eqref{eq:sindy_expansion} becomes $\mathbf Q_t \approx \mathbf{\Theta}(\mathbf{Q})\mathbf{\Xi}$ and the goal of the SINDy sparse regression problem is to choose a sparse set of coefficients $\mathbf{\Xi}$ that accurately fits the measured data in $\mathbf Q_t$. We can promote sparsity in the identified coefficients via a sparse regularizer $R(\mathbf{\Xi})$, such as the $l_0$ or $l_1$ norm, and use a sparse regression algorithm such as SR3 [@champion2020unified] to solve the resulting optimization problem, \begin{equation}\label{eq:sindy_regression}