filter()#
- Lcurve.filter(beta: float) ndarraySource#
Calculate the filter factors \(f_{\lambda, i}\).
The filter factors are diagonal elements of the filter matrix \(\mathbf{F}_\lambda\), and can be expressed with SVD components as follows:
\[f_{\lambda, i} = \left( 1 + \frac{\lambda}{\sigma_i^2} \right)^{-1}.\]