Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sdynpy.signal_processing.sdynpy_frf_inverse.compute_tikhonov_modified_singular_values

Signature

def sdynpy.signal_processing.sdynpy_frf_inverse.compute_tikhonov_modified_singular_values(original_singular_values, regularization_parameter)

Computes the modified singular values that would be seen in Tikhonov regularization. This is only intended for visualization purposes only.

Parameters

Returns

Notes

This is not a mathematically rigorous version of the modified singular values and should only be used for subjective evaluation of the effect of the regularization parameter.