Open dimatcherniak opened 1 month ago
Hi @dimatcherniak and thank you!
To activate the uncertainty calculations, you need to set the calc_unc
argument to True
when you initialize the SSIcov
class, e.g.:
from pyoma2.algorithms.ssi import SSIcov
ssi = SSIcov(name="SSIcov_unc", br=50, ordmax=100, method="cov_mm", calc_unc=True)
that' it! keep in mind that this is still experimental.
Hello, very impressive project!
Could you advice or provide an exmaple of how to activate the uncertainty quantification and see the results?
Best regards, Dmitri Tcherniak