Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ where ``(d)`` denotes derivative order and ``\lambda`` is the regularization
``t`` values for the first term and ``\hat{t}`` values for the second term
(equal to ``t`` if not provided). Regularization smoothing is a global method
that creates a smooth curve directly. See [Stickel (2010)
Comput. Chem. Eng. 34:467](http://dx.doi.org/10.1016/j.compchemeng.2009.10.007)
Comput. Chem. Eng. 34:467](https://dx.doi.org/10.1016/j.compchemeng.2009.10.007)
for details. The implementation in this package uses cubic splines to
interpolate between the smoothed points after they are determined.

Expand Down
Loading