jamesavery / maxibone

SRμCT Bone tomography analysis
0 stars 0 forks source link

Add Tikhonov-regularization to piecewise_cubic.py #11

Closed jamesavery closed 2 years ago

jamesavery commented 2 years ago

Currently, the smooth piecewise cubic fit easily gets into a fit of oscillatory behavior.

To fix this, I should implement TIkhonov regularization instead of simple least squares, i.e. do a least-squares that penalizes coefficients size as well as data error.