You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to perform simple uncertainty quantification using PCE on a finite element model, so not a model in python. Is there a way to just give the inputs and outputs and then perform PCE? I only have two parameters, so it would look something like:
Hi,
I want to perform simple uncertainty quantification using PCE on a finite element model, so not a model in python. Is there a way to just give the inputs and outputs and then perform PCE? I only have two parameters, so it would look something like:
samples = [[1.1, 0.950], [1.5, 1.323], [2.1, 2.235], [1.3, 4.307], ...]
output = [5, 2, 4, 6, ...]
In the online tutorial I could not find an answer to this.
Thanks in advance!
The text was updated successfully, but these errors were encountered: