Skip to content

Large input data condition number problem #442

Answered by azzeddinetiba
zonexo asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,
You can also use the tikhonov parameter, (See

tikhonov_regularization=None,

,

PyDMD/pydmd/dmdbase.py

Lines 145 to 148 in 261dba9

:param tikhonov_regularization: Tikhonov parameter for the regularization.
If `None`, no regularization is applied, if `float`, it is used as the
:math:`\\lambda` tikhonov parameter.
:type tikhonov_regularization: int or float

)
i.e use a small value like 1e-6 (the value is problem-dependent) to regularize the minimization problem and avoid spurious modes due to ill-conditioning.
See this tutorial

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mtezzele
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #440 on August 02, 2023 16:33.