File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ and ``f_k`` is the fraction of the ``k``th component.
6060
6161## Exponential fits
6262
63- Normally, we would use some type of [ nonlinear regression ]
64- (https://en.wikipedia.org/wiki/Nonlinear_regression )
63+ Normally, we would use some type of
64+ [ nonlinear regression ] ( https://en.wikipedia.org/wiki/Nonlinear_regression )
6565to handle cases where we already know that the system we
6666study is made up of a limited number of components
6767(`` n `` would be 1,2 or maybe 3).
@@ -120,8 +120,8 @@ However the resulting ``f`` would be terrible for a few reasons:
120120
121121This is a textbook example of an [ inverse problem] ( https://en.wikipedia.org/wiki/Inverse_problem ) .
122122
123- The most commmon way to approach it would be [ Tikhonov regularization ]
124- (https://en.wikipedia.org/wiki/Ridge_regression#Tikhonov_regularization ),
123+ The most commmon way to approach it would be
124+ [ Tikhonov regularization ] ( https://en.wikipedia.org/wiki/Ridge_regression#Tikhonov_regularization ) ,
125125where we solve the following optimization problem :
126126
127127``` math
Original file line number Diff line number Diff line change 3333pdhgm
3434cdL1
3535optim_nnls
36- jump_nnls
3736```
3837
3938## Finding optimal alpha
You can’t perform that action at this time.
0 commit comments