-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
Description
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!
Reactions are currently unavailable